Html Css Color HEX #31B154 Chateau Green

📋 copy color: '#31B154'

red 49 ◦ green 177 ◦ blue 84

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

Shades of Chateau Green #31B154

Tints of Chateau Green #31B154

RGB

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

 GREEN value IS 177 (69.53% from 255) = 57.1%

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

R = 15.81%
G = 57.1%
B = 27.1%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#31B154 (or 0x31B154) is known color: Chateau Green. HEX triplet: 31, B1 and 54. RGB value is (49,177,84). Sum of RGB (Red+Green+Blue) = 49+177+84=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 177 (69.53% from 255 or 57.10% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 177 - color contains mainly: green. Hex color #31B154 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31B154 is #CE4EAB. Grayscale: #808080. Windows color (decimal): -13520556 or 5550385. OLE color: 5550385.

HSL color Cylindrical-coordinate representation of color #31B154: hue angle of 136.41º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31B154 is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 49 177 84 -
CMYK 0.72 0 0.53 0.31
HSL 136.41º 0.57% 0.44% -
HSV(B) 136.41º 0.72% 0.69% -
XYZ 18.59 32.74 13.73 -
YUV 128.13 103.09 71.56 -
System Red Green Blue C M Y K H S L
Decimal 49 177 84 0.72 0 0.53 0.31 136.41 0.57 0.44
Hex 31 B1 54 48 0 35 1F 88 39 2C
Octal 61 261 124 110 0 65 37 210 71 54
Binary 110001 10110001 1010100 1001000 0 110101 11111 10001000 111001 101100

Color Harmonies of #31B154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B154

Black with #31B154

Text Example


Text Example

White with #31B154

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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