Html Css Color HEX #31BB52 Chateau Green

📋 copy color: '#31BB52'

red 49 ◦ green 187 ◦ blue 82

#31BB52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #31BB52

Tints of Chateau Green #31BB52

RGB

 RED value IS 49 (19.53% from 255) = 15.41%

 GREEN value IS 187 (73.44% from 255) = 58.81%

 BLUE value IS 82 (32.42% from 255) = 25.79%

R = 15.41%
G = 58.81%
B = 25.79%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#31BB52 (or 0x31BB52) is known color: Chateau Green. HEX triplet: 31, BB and 52. RGB value is (49,187,82). Sum of RGB (Red+Green+Blue) = 49+187+82=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 187 (73.44% from 255 or 58.81% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 187 - color contains mainly: green. Hex color #31BB52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BB52 is #CE44AD. Grayscale: #868686. Windows color (decimal): -13517998 or 5421873. OLE color: 5421873.

HSL color Cylindrical-coordinate representation of color #31BB52: hue angle of 134.35º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BB52 is Cyan = 0.74, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 187 82 -
CMYK 0.74 0 0.56 0.27
HSL 134.35º 0.58% 0.46% -
HSV(B) 134.35º 0.74% 0.73% -
XYZ 20.56 36.8 14 -
YUV 133.77 98.78 67.54 -
System Red Green Blue C M Y K H S L
Decimal 49 187 82 0.74 0 0.56 0.27 134.35 0.58 0.46
Hex 31 BB 52 4A 0 38 1B 86 3A 2E
Octal 61 273 122 112 0 70 33 206 72 56
Binary 110001 10111011 1010010 1001010 0 111000 11011 10000110 111010 101110

Color Harmonies of #31BB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BB52

Black with #31BB52

Text Example


Text Example

White with #31BB52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,187,82); }

 H1.HeaderClassName
 {
   color: #31BB52;
 }
 .AnyTagClassName
 {
   color: #31BB52;
 }
</style>

background-color css

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

 a { background-color: rgb(49,187,82); }

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

border-color css

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

 span { border-color: rgb(49,187,82); }

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