#379649

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

Shades of Chateau Green #379649

Tints of Chateau Green #379649

Color information

#379649 (or 0x379649) is unknown color: approx Chateau Green. HEX triplet: 37, 96 and 49. RGB value is (55,150,73). Sum of RGB (Red+Green+Blue) = 55+150+73=278 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.78% from 278); Green value is 150 (58.98% from 255 or 53.96% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 150 - color contains mainly: green. Hex color #379649 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379649 is #C869B6. Grayscale: #717171. Windows color (decimal): -13134263 or 4822583. OLE color: 4822583.

HSL color Cylindrical-coordinate representation of color #379649: hue angle of 131.37º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #379649 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB5515073-
CMYK0.6300.510.41
HSL131.37º46.34%40.2%-
HSV(B)131.37º63.33%58.82%-
XYZ13.6823.1110.04-
YUV112.82105.5386.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.78%
GREEN value IS 150 (58.98% from 255) = 53.96%
BLUE value IS 73 (28.91% from 255) = 26.26%
R=19.78%
G=53.96%
B=26.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal55150730.6300.510.41131.3746.3440.2
Hex3796493F03329832e28
Octal6722611177063512035650
Binary110111100101101001001111111011001110100110000011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379649; }

 p { color: rgb(55,150,73); }

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

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

 a { background-color: rgb(55,150,73); }

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

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

 span { border-color: rgb(55,150,73); }

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