#37AF5F

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

Shades of Chateau Green #37AF5F

Tints of Chateau Green #37AF5F

Color information

#37AF5F (or 0x37AF5F) is unknown color: approx Chateau Green. HEX triplet: 37, AF and 5F. RGB value is (55,175,95). Sum of RGB (Red+Green+Blue) = 55+175+95=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 175 (68.75% from 255 or 53.85% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 175 - color contains mainly: green. Hex color #37AF5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37AF5F is #C850A0. Grayscale: #828282. Windows color (decimal): -13127841 or 6270775. OLE color: 6270775.

HSL color Cylindrical-coordinate representation of color #37AF5F: hue angle of 140º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #37AF5F is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB5517595-
CMYK0.6900.460.31
HSL140º52.17%45.1%-
HSV(B)140º68.57%68.63%-
XYZ18.9732.316.06-
YUV130108.2474.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.92%
GREEN value IS 175 (68.75% from 255) = 53.85%
BLUE value IS 95 (37.5% from 255) = 29.23%
R=16.92%
G=53.85%
B=29.23%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal55175950.6900.460.3114052.1745.1
Hex37AF5F4502E1F8c342d
Octal67257137105056372146455
Binary110111101011111011111100010101011101111110001100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37AF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37AF5F; }

 p { color: rgb(55,175,95); }

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

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

 a { background-color: rgb(55,175,95); }

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

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

 span { border-color: rgb(55,175,95); }

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