#379048

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

Shades of Chateau Green #379048

Tints of Chateau Green #379048

Color information

#379048 (or 0x379048) is unknown color: approx Chateau Green. HEX triplet: 37, 90 and 48. RGB value is (55,144,72). Sum of RGB (Red+Green+Blue) = 55+144+72=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 144 (56.64% from 255 or 53.14% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 144 - color contains mainly: green. Hex color #379048 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379048 is #C86FB7. Grayscale: #6D6D6D. Windows color (decimal): -13135800 or 4755511. OLE color: 4755511.

HSL color Cylindrical-coordinate representation of color #379048: hue angle of 131.46º 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 #379048 is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB5514472-
CMYK0.6200.500.44
HSL131.46º44.72%39.02%-
HSV(B)131.46º61.81%56.47%-
XYZ12.7221.239.56-
YUV109.18107.0189.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.30%
GREEN value IS 144 (56.64% from 255) = 53.14%
BLUE value IS 72 (28.52% from 255) = 26.57%
R=20.30%
G=53.14%
B=26.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55144720.6200.500.44131.4644.7239.02
Hex3790483E0322C832d27
Octal6722011076062542035547
Binary110111100100001001000111110011001010110010000011101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379048; }

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

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

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

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

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

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

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

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