Html Css Color HEX #31B24C Chateau Green

📋 copy color: '#31B24C'

red 49 ◦ green 178 ◦ blue 76

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

Shades of Chateau Green #31B24C

Tints of Chateau Green #31B24C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 58.75%

 BLUE value IS 76 (30.08% from 255) = 25.08%

R = 16.17%
G = 58.75%
B = 25.08%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#31B24C (or 0x31B24C) is known color: Chateau Green. HEX triplet: 31, B2 and 4C. RGB value is (49,178,76). Sum of RGB (Red+Green+Blue) = 49+178+76=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 178 (69.92% from 255 or 58.75% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 178 - color contains mainly: green. Hex color #31B24C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31B24C is #CE4DB3. Grayscale: #808080. Windows color (decimal): -13520308 or 5026353. OLE color: 5026353.

HSL color Cylindrical-coordinate representation of color #31B24C: hue angle of 132.56º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31B24C is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 49 178 76 -
CMYK 0.72 0 0.57 0.30
HSL 132.56º 0.57% 0.45% -
HSV(B) 132.56º 0.72% 0.7% -
XYZ 18.49 33.02 12.24 -
YUV 127.8 98.76 71.79 -
System Red Green Blue C M Y K H S L
Decimal 49 178 76 0.72 0 0.57 0.30 132.56 0.57 0.45
Hex 31 B2 4C 48 0 39 1E 85 39 2D
Octal 61 262 114 110 0 71 36 205 71 55
Binary 110001 10110010 1001100 1001000 0 111001 11110 10000101 111001 101101

Color Harmonies of #31B24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B24C

Black with #31B24C

Text Example


Text Example

White with #31B24C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,178,76); }

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

background-color css

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

 a { background-color: rgb(49,178,76); }

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

border-color css

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

 span { border-color: rgb(49,178,76); }

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