#379849

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

Shades of Chateau Green #379849

Tints of Chateau Green #379849

Color information

#379849 (or 0x379849) is unknown color: approx Chateau Green. HEX triplet: 37, 98 and 49. RGB value is (55,152,73). Sum of RGB (Red+Green+Blue) = 55+152+73=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 152 (59.77% from 255 or 54.29% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 152 - color contains mainly: green. Hex color #379849 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379849 is #C867B6. Grayscale: #727272. Windows color (decimal): -13133751 or 4823095. OLE color: 4823095.

HSL color Cylindrical-coordinate representation of color #379849: hue angle of 131.13º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379849 is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB5515273-
CMYK0.6400.520.40
HSL131.13º46.86%40.59%-
HSV(B)131.13º63.82%59.61%-
XYZ14.0123.7510.15-
YUV113.99104.8685.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.64%
GREEN value IS 152 (59.77% from 255) = 54.29%
BLUE value IS 73 (28.91% from 255) = 26.07%
R=19.64%
G=54.29%
B=26.07%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal55152730.6400.520.40131.1346.8640.59
Hex3798494003428832f29
Octal67230111100064502035751
Binary1101111001100010010011000000011010010100010000011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379849; }

 p { color: rgb(55,152,73); }

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

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

 a { background-color: rgb(55,152,73); }

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

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

 span { border-color: rgb(55,152,73); }

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