Html Css Color HEX #31BC4D Chateau Green

📋 copy color: '#31BC4D'

red 49 ◦ green 188 ◦ blue 77

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

Shades of Chateau Green #31BC4D

Tints of Chateau Green #31BC4D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 59.87%

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

R = 15.61%
G = 59.87%
B = 24.52%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#31BC4D (or 0x31BC4D) is known color: Chateau Green. HEX triplet: 31, BC and 4D. RGB value is (49,188,77). Sum of RGB (Red+Green+Blue) = 49+188+77=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 188 (73.83% from 255 or 59.87% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 188 - color contains mainly: green. Hex color #31BC4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BC4D is #CE43B2. Grayscale: #868686. Windows color (decimal): -13517747 or 5094449. OLE color: 5094449.

HSL color Cylindrical-coordinate representation of color #31BC4D: hue angle of 132.09º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BC4D is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 188 77 -
CMYK 0.74 0 0.59 0.26
HSL 132.09º 0.59% 0.46% -
HSV(B) 132.09º 0.74% 0.74% -
XYZ 20.59 37.16 13.11 -
YUV 133.79 95.95 67.53 -
System Red Green Blue C M Y K H S L
Decimal 49 188 77 0.74 0 0.59 0.26 132.09 0.59 0.46
Hex 31 BC 4D 4A 0 3B 1A 84 3B 2E
Octal 61 274 115 112 0 73 32 204 73 56
Binary 110001 10111100 1001101 1001010 0 111011 11010 10000100 111011 101110

Color Harmonies of #31BC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BC4D

Black with #31BC4D

Text Example


Text Example

White with #31BC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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