#379F51

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

Shades of Chateau Green #379F51

Tints of Chateau Green #379F51

Color information

#379F51 (or 0x379F51) is unknown color: approx Chateau Green. HEX triplet: 37, 9F and 51. RGB value is (55,159,81). Sum of RGB (Red+Green+Blue) = 55+159+81=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 159 (62.5% from 255 or 53.90% from 295); Blue value is 81 (32.03% from 255 or 27.46% from 295); Max value from RGB is 159 - color contains mainly: green. Hex color #379F51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379F51 is #C860AE. Grayscale: #777777. Windows color (decimal): -13131951 or 5349175. OLE color: 5349175.

HSL color Cylindrical-coordinate representation of color #379F51: hue angle of 135º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379F51 is Cyan = 0.65, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB5515981-
CMYK0.6500.490.38
HSL135º48.6%41.96%-
HSV(B)135º65.41%62.35%-
XYZ15.4626.212.03-
YUV119.01106.5482.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.64%
GREEN value IS 159 (62.5% from 255) = 53.90%
BLUE value IS 81 (32.03% from 255) = 27.46%
R=18.64%
G=53.90%
B=27.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal55159810.6500.490.3813548.641.96
Hex379F51410312687312a
Octal67237121101061462076152
Binary1101111001111110100011000001011000110011010000111110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379F51; }

 p { color: rgb(55,159,81); }

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

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

 a { background-color: rgb(55,159,81); }

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

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

 span { border-color: rgb(55,159,81); }

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