Html Css Color HEX #31A44C Chateau Green

📋 copy color: '#31A44C'

red 49 ◦ green 164 ◦ blue 76

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

Shades of Chateau Green #31A44C

Tints of Chateau Green #31A44C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 56.75%

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

R = 16.96%
G = 56.75%
B = 26.3%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#31A44C (or 0x31A44C) is known color: Chateau Green. HEX triplet: 31, A4 and 4C. RGB value is (49,164,76). Sum of RGB (Red+Green+Blue) = 49+164+76=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 164 (64.45% from 255 or 56.75% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 164 - color contains mainly: green. Hex color #31A44C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A44C is #CE5BB3. Grayscale: #777777. Windows color (decimal): -13523892 or 5022769. OLE color: 5022769.

HSL color Cylindrical-coordinate representation of color #31A44C: hue angle of 134.09º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A44C is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 49 164 76 -
CMYK 0.70 0 0.54 0.36
HSL 134.09º 0.54% 0.42% -
HSV(B) 134.09º 0.7% 0.64% -
XYZ 15.85 27.73 11.35 -
YUV 119.58 103.4 77.66 -
System Red Green Blue C M Y K H S L
Decimal 49 164 76 0.70 0 0.54 0.36 134.09 0.54 0.42
Hex 31 A4 4C 46 0 36 24 86 36 2A
Octal 61 244 114 106 0 66 44 206 66 52
Binary 110001 10100100 1001100 1000110 0 110110 100100 10000110 110110 101010

Color Harmonies of #31A44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A44C

Black with #31A44C

Text Example


Text Example

White with #31A44C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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