#31AC4A

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

Shades of Chateau Green #31AC4A

Tints of Chateau Green #31AC4A

Color information

#31AC4A (or 0x31AC4A) is unknown color: approx Chateau Green. HEX triplet: 31, AC and 4A. RGB value is (49,172,74). Sum of RGB (Red+Green+Blue) = 49+172+74=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 172 (67.58% from 255 or 58.31% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 172 - color contains mainly: green. Hex color #31AC4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AC4A is #CE53B5. Grayscale: #7C7C7C. Windows color (decimal): -13521846 or 4893745. OLE color: 4893745.

HSL color Cylindrical-coordinate representation of color #31AC4A: hue angle of 132.2º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31AC4A is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB4917274-
CMYK0.7200.570.33
HSL132.2º55.66%43.33%-
HSV(B)132.2º71.51%67.45%-
XYZ17.2630.6511.49-
YUV124.0599.7574.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.61%
GREEN value IS 172 (67.58% from 255) = 58.31%
BLUE value IS 74 (29.30% from 255) = 25.08%
R=16.61%
G=58.31%
B=25.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal49172740.7200.570.33132.255.6643.33
Hex31AC4A480392184382b
Octal61254112110071412047053
Binary1100011010110010010101001000011100110000110000100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31AC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,172,74); }

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

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

 a { background-color: rgb(49,172,74); }

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

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

 span { border-color: rgb(49,172,74); }

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