#379650

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

Shades of Chateau Green #379650

Tints of Chateau Green #379650

Color information

#379650 (or 0x379650) is unknown color: approx Chateau Green. HEX triplet: 37, 96 and 50. RGB value is (55,150,80). Sum of RGB (Red+Green+Blue) = 55+150+80=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #379650 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379650 is #C869AF. Grayscale: #717171. Windows color (decimal): -13134256 or 5281335. OLE color: 5281335.

HSL color Cylindrical-coordinate representation of color #379650: hue angle of 135.79º 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 #379650 is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB5515080-
CMYK0.6300.470.41
HSL135.79º46.34%40.2%-
HSV(B)135.79º63.33%58.82%-
XYZ13.9323.211.33-
YUV113.62109.0386.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.30%
GREEN value IS 150 (58.98% from 255) = 52.63%
BLUE value IS 80 (31.64% from 255) = 28.07%
R=19.30%
G=52.63%
B=28.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal55150800.6300.470.41135.7946.3440.2
Hex3796503F02F29882e28
Octal6722612077057512105650
Binary110111100101101010000111111010111110100110001000101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379650; }

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

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

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

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

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

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

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

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