#379349

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

Shades of Chateau Green #379349

Tints of Chateau Green #379349

Color information

#379349 (or 0x379349) is unknown color: approx Chateau Green. HEX triplet: 37, 93 and 49. RGB value is (55,147,73). Sum of RGB (Red+Green+Blue) = 55+147+73=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 147 (57.81% from 255 or 53.45% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 147 - color contains mainly: green. Hex color #379349 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379349 is #C86CB6. Grayscale: #6F6F6F. Windows color (decimal): -13135031 or 4821815. OLE color: 4821815.

HSL color Cylindrical-coordinate representation of color #379349: hue angle of 131.74º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #379349 is Cyan = 0.63, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB5514773-
CMYK0.6300.500.42
HSL131.74º45.54%39.61%-
HSV(B)131.74º62.59%57.65%-
XYZ13.2122.169.88-
YUV111.06106.5288.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20%
GREEN value IS 147 (57.81% from 255) = 53.45%
BLUE value IS 73 (28.91% from 255) = 26.55%
R=20%
G=53.45%
B=26.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55147730.6300.500.42131.7445.5439.61
Hex3793493F0322A842e28
Octal6722311177062522045650
Binary110111100100111001001111111011001010101010000100101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379349; }

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

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

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

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

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

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

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

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