#379555

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

Shades of Chateau Green #379555

Tints of Chateau Green #379555

Color information

#379555 (or 0x379555) is unknown color: approx Chateau Green. HEX triplet: 37, 95 and 55. RGB value is (55,149,85). Sum of RGB (Red+Green+Blue) = 55+149+85=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 149 (58.59% from 255 or 51.56% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 149 - color contains mainly: green. Hex color #379555 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379555 is #C86AAA. Grayscale: #717171. Windows color (decimal): -13134507 or 5608759. OLE color: 5608759.

HSL color Cylindrical-coordinate representation of color #379555: hue angle of 139.15º 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 #379555 is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB5514985-
CMYK0.6300.430.42
HSL139.15º46.08%40%-
HSV(B)139.15º63.09%58.43%-
XYZ13.9622.9612.29-
YUV113.6111.8686.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.03%
GREEN value IS 149 (58.59% from 255) = 51.56%
BLUE value IS 85 (33.59% from 255) = 29.41%
R=19.03%
G=51.56%
B=29.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55149850.6300.430.42139.1546.0840
Hex3795553F02B2A8b2e28
Octal6722512577053522135650
Binary110111100101011010101111111010101110101010001011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379555; }

 p { color: rgb(55,149,85); }

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

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

 a { background-color: rgb(55,149,85); }

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

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

 span { border-color: rgb(55,149,85); }

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