Html Css Color HEX #31AC4C Chateau Green

📋 copy color: '#31AC4C'

red 49 ◦ green 172 ◦ blue 76

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

Shades of Chateau Green #31AC4C

Tints of Chateau Green #31AC4C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 57.91%

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

R = 16.5%
G = 57.91%
B = 25.59%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#31AC4C (or 0x31AC4C) is known color: Chateau Green. HEX triplet: 31, AC and 4C. RGB value is (49,172,76). Sum of RGB (Red+Green+Blue) = 49+172+76=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 172 (67.58% from 255 or 57.91% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 172 - color contains mainly: green. Hex color #31AC4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AC4C is #CE53B3. Grayscale: #7C7C7C. Windows color (decimal): -13521844 or 5024817. OLE color: 5024817.

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

Color convert

RGB 49 172 76 -
CMYK 0.72 0 0.56 0.33
HSL 133.17º 0.56% 0.43% -
HSV(B) 133.17º 0.72% 0.67% -
XYZ 17.32 30.68 11.85 -
YUV 124.28 100.75 74.31 -
System Red Green Blue C M Y K H S L
Decimal 49 172 76 0.72 0 0.56 0.33 133.17 0.56 0.43
Hex 31 AC 4C 48 0 38 21 85 38 2B
Octal 61 254 114 110 0 70 41 205 70 53
Binary 110001 10101100 1001100 1001000 0 111000 100001 10000101 111000 101011

Color Harmonies of #31AC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AC4C

Black with #31AC4C

Text Example


Text Example

White with #31AC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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