#31A44B

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

Shades of Chateau Green #31A44B

Tints of Chateau Green #31A44B

Color information

#31A44B (or 0x31A44B) is unknown color: approx Chateau Green. HEX triplet: 31, A4 and 4B. RGB value is (49,164,75). Sum of RGB (Red+Green+Blue) = 49+164+75=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 164 (64.45% from 255 or 56.94% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 164 - color contains mainly: green. Hex color #31A44B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A44B is #CE5BB4. Grayscale: #777777. Windows color (decimal): -13523893 or 4957233. OLE color: 4957233.

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

Color convert

RGB4916475-
CMYK0.7000.540.36
HSL133.57º53.99%41.76%-
HSV(B)133.57º70.12%64.31%-
XYZ15.8127.7111.17-
YUV119.47102.977.74-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.01%
GREEN value IS 164 (64.45% from 255) = 56.94%
BLUE value IS 75 (29.69% from 255) = 26.04%
R=17.01%
G=56.94%
B=26.04%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal49164750.7000.540.36133.5753.9941.76
Hex31A44B460362486362a
Octal61244113106066442066652
Binary1100011010010010010111000110011011010010010000110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,164,75); }

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

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

 a { background-color: rgb(49,164,75); }

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

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

 span { border-color: rgb(49,164,75); }

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