Html Css Color HEX #31AB4A Chateau Green

📋 copy color: '#31AB4A'

red 49 ◦ green 171 ◦ blue 74

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

Shades of Chateau Green #31AB4A

Tints of Chateau Green #31AB4A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 58.16%

 BLUE value IS 74 (29.3% from 255) = 25.17%

R = 16.67%
G = 58.16%
B = 25.17%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#31AB4A (or 0x31AB4A) is known color: Chateau Green. HEX triplet: 31, AB and 4A. RGB value is (49,171,74). Sum of RGB (Red+Green+Blue) = 49+171+74=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 171 (67.19% from 255 or 58.16% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 171 - color contains mainly: green. Hex color #31AB4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AB4A is #CE54B5. Grayscale: #7B7B7B. Windows color (decimal): -13522102 or 4893489. OLE color: 4893489.

HSL color Cylindrical-coordinate representation of color #31AB4A: hue angle of 132.3º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31AB4A is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 171 74 -
CMYK 0.71 0 0.57 0.33
HSL 132.3º 0.55% 0.43% -
HSV(B) 132.3º 0.71% 0.67% -
XYZ 17.07 30.27 11.42 -
YUV 123.46 100.08 74.89 -
System Red Green Blue C M Y K H S L
Decimal 49 171 74 0.71 0 0.57 0.33 132.3 0.55 0.43
Hex 31 AB 4A 47 0 39 21 84 37 2B
Octal 61 253 112 107 0 71 41 204 67 53
Binary 110001 10101011 1001010 1000111 0 111001 100001 10000100 110111 101011

Color Harmonies of #31AB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AB4A

Black with #31AB4A

Text Example


Text Example

White with #31AB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,171,74); }

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

background-color css

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

 a { background-color: rgb(49,171,74); }

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

border-color css

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

 span { border-color: rgb(49,171,74); }

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