#379145

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

Shades of Chateau Green #379145

Tints of Chateau Green #379145

Color information

#379145 (or 0x379145) is unknown color: approx Chateau Green. HEX triplet: 37, 91 and 45. RGB value is (55,145,69). Sum of RGB (Red+Green+Blue) = 55+145+69=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 145 (57.03% from 255 or 53.90% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 145 - color contains mainly: green. Hex color #379145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379145 is #C86EBA. Grayscale: #6D6D6D. Windows color (decimal): -13135547 or 4559159. OLE color: 4559159.

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

Color convert

RGB5514569-
CMYK0.6200.520.43
HSL129.33º45%39.22%-
HSV(B)129.33º62.07%56.86%-
XYZ12.7821.499.11-
YUV109.43105.1889.18-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.45%
GREEN value IS 145 (57.03% from 255) = 53.90%
BLUE value IS 69 (27.34% from 255) = 25.65%
R=20.45%
G=53.90%
B=25.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal55145690.6200.520.43129.334539.22
Hex3791453E0342B812d27
Octal6722110576064532015547
Binary110111100100011000101111110011010010101110000001101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379145; }

 p { color: rgb(55,145,69); }

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

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

 a { background-color: rgb(55,145,69); }

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

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

 span { border-color: rgb(55,145,69); }

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