#31AC5C

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

Shades of Chateau Green #31AC5C

Tints of Chateau Green #31AC5C

Color information

#31AC5C (or 0x31AC5C) is unknown color: approx Chateau Green. HEX triplet: 31, AC and 5C. RGB value is (49,172,92). Sum of RGB (Red+Green+Blue) = 49+172+92=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 172 (67.58% from 255 or 54.95% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 172 - color contains mainly: green. Hex color #31AC5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AC5C is #CE53A3. Grayscale: #7E7E7E. Windows color (decimal): -13521828 or 6073393. OLE color: 6073393.

HSL color Cylindrical-coordinate representation of color #31AC5C: hue angle of 140.98º 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 #31AC5C is Cyan = 0.72, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB4917292-
CMYK0.7200.470.33
HSL140.98º55.66%43.33%-
HSV(B)140.98º71.51%67.45%-
XYZ17.9530.9315.15-
YUV126.1108.7573-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.65%
GREEN value IS 172 (67.58% from 255) = 54.95%
BLUE value IS 92 (36.33% from 255) = 29.39%
R=15.65%
G=54.95%
B=29.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal49172920.7200.470.33140.9855.6643.33
Hex31AC5C4802F218d382b
Octal61254134110057412157053
Binary1100011010110010111001001000010111110000110001101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31AC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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