#379046

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

Shades of Chateau Green #379046

Tints of Chateau Green #379046

Color information

#379046 (or 0x379046) is unknown color: approx Chateau Green. HEX triplet: 37, 90 and 46. RGB value is (55,144,70). Sum of RGB (Red+Green+Blue) = 55+144+70=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 144 (56.64% from 255 or 53.53% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 144 - color contains mainly: green. Hex color #379046 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379046 is #C86FB9. Grayscale: #6D6D6D. Windows color (decimal): -13135802 or 4624439. OLE color: 4624439.

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

Color convert

RGB5514470-
CMYK0.6200.510.44
HSL130.11º44.72%39.02%-
HSV(B)130.11º61.81%56.47%-
XYZ12.6521.29.22-
YUV108.95106.0189.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.45%
GREEN value IS 144 (56.64% from 255) = 53.53%
BLUE value IS 70 (27.73% from 255) = 26.02%
R=20.45%
G=53.53%
B=26.02%

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
Decimal55144700.6200.510.44130.1144.7239.02
Hex3790463E0332C822d27
Octal6722010676063542025547
Binary110111100100001000110111110011001110110010000010101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379046; }

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

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

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

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

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

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

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

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