#379047

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

Shades of Chateau Green #379047

Tints of Chateau Green #379047

Color information

#379047 (or 0x379047) is unknown color: approx Chateau Green. HEX triplet: 37, 90 and 47. RGB value is (55,144,71). Sum of RGB (Red+Green+Blue) = 55+144+71=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 144 (56.64% from 255 or 53.33% from 270); Blue value is 71 (28.12% from 255 or 26.30% from 270); Max value from RGB is 144 - color contains mainly: green. Hex color #379047 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379047 is #C86FB8. Grayscale: #6D6D6D. Windows color (decimal): -13135801 or 4689975. OLE color: 4689975.

HSL color Cylindrical-coordinate representation of color #379047: hue angle of 130.79º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #379047 is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB5514471-
CMYK0.6200.510.44
HSL130.79º44.72%39.02%-
HSV(B)130.79º61.81%56.47%-
XYZ12.6921.219.39-
YUV109.07106.5189.44-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.37%
GREEN value IS 144 (56.64% from 255) = 53.33%
BLUE value IS 71 (28.12% from 255) = 26.30%
R=20.37%
G=53.33%
B=26.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55144710.6200.510.44130.7944.7239.02
Hex3790473E0332C832d27
Octal6722010776063542035547
Binary110111100100001000111111110011001110110010000011101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379047; }

 p { color: rgb(55,144,71); }

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

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

 a { background-color: rgb(55,144,71); }

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

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

 span { border-color: rgb(55,144,71); }

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