#319445

Color #319445 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #319445

Tints of Chateau Green #319445

Color information

#319445 (or 0x319445) is unknown color: approx Chateau Green. HEX triplet: 31, 94 and 45. RGB value is (49,148,69). Sum of RGB (Red+Green+Blue) = 49+148+69=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 148 (58.20% from 255 or 55.64% from 266); Blue value is 69 (27.34% from 255 or 25.94% from 266); Max value from RGB is 148 - color contains mainly: green. Hex color #319445 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #319445 is #CE6BBA. Grayscale: #6D6D6D. Windows color (decimal): -13527995 or 4559921. OLE color: 4559921.

HSL color Cylindrical-coordinate representation of color #319445: hue angle of 132.12º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319445 is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB4914869-
CMYK0.6700.530.42
HSL132.12º50.25%38.63%-
HSV(B)132.12º66.89%58.04%-
XYZ12.9322.269.25-
YUV109.39105.284.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 18.42%
GREEN value IS 148 (58.20% from 255) = 55.64%
BLUE value IS 69 (27.34% from 255) = 25.94%
R=18.42%
G=55.64%
B=25.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal49148690.6700.530.42132.1250.2538.63
Hex319445430352A843227
Octal61224105103065522046247
Binary1100011001010010001011000011011010110101010000100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #319445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #319445; }

 p { color: rgb(49,148,69); }

 H1.HeaderClassName
 {
   color: #319445;
 }
 .AnyTagClassName
 {
   color: #319445;
 }
</style>
background-color css

<style>
 a { background-color: #319445; }

 a { background-color: rgb(49,148,69); }

 div.DivClassName
 {
   background-color: #319445;
 }
 .BgClassName
 {
   background-color: #319445;
 }
</style>
border-color css

<style>
 span { border-color: #319445; }

 span { border-color: rgb(49,148,69); }

 td.TdClassName
 {
   border-color: #319445;
 }
 .TagClassName
 {
   border-color: #319445;
 }
</style>