Html Css Color HEX #31A754 Chateau Green

📋 copy color: '#31A754'

red 49 ◦ green 167 ◦ blue 84

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

Shades of Chateau Green #31A754

Tints of Chateau Green #31A754

RGB

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

 GREEN value IS 167 (65.63% from 255) = 55.67%

 BLUE value IS 84 (33.2% from 255) = 28%

R = 16.33%
G = 55.67%
B = 28%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#31A754 (or 0x31A754) is known color: Chateau Green. HEX triplet: 31, A7 and 54. RGB value is (49,167,84). Sum of RGB (Red+Green+Blue) = 49+167+84=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 167 (65.62% from 255 or 55.67% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 167 - color contains mainly: green. Hex color #31A754 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A754 is #CE58AB. Grayscale: #7A7A7A. Windows color (decimal): -13523116 or 5547825. OLE color: 5547825.

HSL color Cylindrical-coordinate representation of color #31A754: hue angle of 137.8º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31A754 is Cyan = 0.71, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB 49 167 84 -
CMYK 0.71 0 0.50 0.35
HSL 137.8º 0.55% 0.42% -
HSV(B) 137.8º 0.71% 0.65% -
XYZ 16.69 28.93 13.09 -
YUV 122.26 106.41 75.75 -
System Red Green Blue C M Y K H S L
Decimal 49 167 84 0.71 0 0.50 0.35 137.8 0.55 0.42
Hex 31 A7 54 47 0 32 23 8A 37 2A
Octal 61 247 124 107 0 62 43 212 67 52
Binary 110001 10100111 1010100 1000111 0 110010 100011 10001010 110111 101010

Color Harmonies of #31A754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A754

Black with #31A754

Text Example


Text Example

White with #31A754

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,167,84); }

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

background-color css

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

 a { background-color: rgb(49,167,84); }

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

border-color css

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

 span { border-color: rgb(49,167,84); }

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