#31b64b

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

Shades of Chateau Green #31B64B

Tints of Chateau Green #31B64B

Color information

#31B64B (or 0x31B64B) is unknown color: approx Chateau Green. HEX triplet: 31, B6 and 4B. RGB value is (49,182,75). Sum of RGB (Red+Green+Blue) = 49+182+75=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 182 (71.48% from 255 or 59.48% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 182 - color contains mainly: green. Hex color #31B64B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B64B is #CE49B4. Grayscale: #828282. Windows color (decimal): -13519285 or 4961841. OLE color: 4961841.

HSL color Cylindrical-coordinate representation of color #31B64B: hue angle of 131.73º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B64B is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB4918275-
CMYK0.7300.590.29
HSL131.73º57.58%45.29%-
HSV(B)131.73º73.08%71.37%-
XYZ19.2634.6212.32-
YUV130.0496.9470.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.01%
GREEN value IS 182 (71.48% from 255) = 59.48%
BLUE value IS 75 (29.69% from 255) = 24.51%
R=16.01%
G=59.48%
B=24.51%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal49182750.7300.590.29131.7357.5845.29
Hex31B64B4903B1D843a2d
Octal61266113111073352047255
Binary110001101101101001011100100101110111110110000100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31b64b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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