#379545

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

Shades of Chateau Green #379545

Tints of Chateau Green #379545

Color information

#379545 (or 0x379545) is unknown color: approx Chateau Green. HEX triplet: 37, 95 and 45. RGB value is (55,149,69). Sum of RGB (Red+Green+Blue) = 55+149+69=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 149 (58.59% from 255 or 54.58% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 149 - color contains mainly: green. Hex color #379545 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379545 is #C86ABA. Grayscale: #707070. Windows color (decimal): -13134523 or 4560183. OLE color: 4560183.

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

Color convert

RGB5514969-
CMYK0.6300.540.42
HSL128.94º46.08%40%-
HSV(B)128.94º63.09%58.43%-
XYZ13.422.749.31-
YUV111.77103.8687.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.15%
GREEN value IS 149 (58.59% from 255) = 54.58%
BLUE value IS 69 (27.34% from 255) = 25.27%
R=20.15%
G=54.58%
B=25.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55149690.6300.540.42128.9446.0840
Hex3795453F0362A812e28
Octal6722510577066522015650
Binary110111100101011000101111111011011010101010000001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379545; }

 p { color: rgb(55,149,69); }

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

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

 a { background-color: rgb(55,149,69); }

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

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

 span { border-color: rgb(55,149,69); }

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