#31A24F

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

Shades of Chateau Green #31A24F

Tints of Chateau Green #31A24F

Color information

#31A24F (or 0x31A24F) is unknown color: approx Chateau Green. HEX triplet: 31, A2 and 4F. RGB value is (49,162,79). Sum of RGB (Red+Green+Blue) = 49+162+79=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 162 (63.67% from 255 or 55.86% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 162 - color contains mainly: green. Hex color #31A24F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A24F is #CE5DB0. Grayscale: #767676. Windows color (decimal): -13524401 or 5218865. OLE color: 5218865.

HSL color Cylindrical-coordinate representation of color #31A24F: hue angle of 135.93º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A24F is Cyan = 0.70, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB4916279-
CMYK0.7000.510.36
HSL135.93º53.55%41.37%-
HSV(B)135.93º69.75%63.53%-
XYZ15.627.0611.8-
YUV118.75105.5678.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.90%
GREEN value IS 162 (63.67% from 255) = 55.86%
BLUE value IS 79 (31.25% from 255) = 27.24%
R=16.90%
G=55.86%
B=27.24%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal49162790.7000.510.36135.9353.5541.37
Hex31A24F4603324883629
Octal61242117106063442106651
Binary1100011010001010011111000110011001110010010001000110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31A24F; }

 p { color: rgb(49,162,79); }

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

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

 a { background-color: rgb(49,162,79); }

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

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

 span { border-color: rgb(49,162,79); }

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