Html Css Color HEX #31A54D Chateau Green

📋 copy color: '#31A54D'

red 49 ◦ green 165 ◦ blue 77

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

Shades of Chateau Green #31A54D

Tints of Chateau Green #31A54D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 56.7%

 BLUE value IS 77 (30.47% from 255) = 26.46%

R = 16.84%
G = 56.7%
B = 26.46%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#31A54D (or 0x31A54D) is known color: Chateau Green. HEX triplet: 31, A5 and 4D. RGB value is (49,165,77). Sum of RGB (Red+Green+Blue) = 49+165+77=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 165 (64.84% from 255 or 56.70% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 165 - color contains mainly: green. Hex color #31A54D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A54D is #CE5AB2. Grayscale: #787878. Windows color (decimal): -13523635 or 5088561. OLE color: 5088561.

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

Color convert

RGB 49 165 77 -
CMYK 0.70 0 0.53 0.35
HSL 134.48º 0.54% 0.42% -
HSV(B) 134.48º 0.7% 0.65% -
XYZ 16.06 28.1 11.6 -
YUV 120.28 103.57 77.16 -
System Red Green Blue C M Y K H S L
Decimal 49 165 77 0.70 0 0.53 0.35 134.48 0.54 0.42
Hex 31 A5 4D 46 0 35 23 86 36 2A
Octal 61 245 115 106 0 65 43 206 66 52
Binary 110001 10100101 1001101 1000110 0 110101 100011 10000110 110110 101010

Color Harmonies of #31A54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31A54D

Black with #31A54D

Text Example


Text Example

White with #31A54D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,165,77); }

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

background-color css

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

 a { background-color: rgb(49,165,77); }

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

border-color css

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

 span { border-color: rgb(49,165,77); }

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