Html Css Color HEX #31B953 Chateau Green

📋 copy color: '#31B953'

red 49 ◦ green 185 ◦ blue 83

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

Shades of Chateau Green #31B953

Tints of Chateau Green #31B953

RGB

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

 GREEN value IS 185 (72.66% from 255) = 58.36%

 BLUE value IS 83 (32.81% from 255) = 26.18%

R = 15.46%
G = 58.36%
B = 26.18%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#31B953 (or 0x31B953) is known color: Chateau Green. HEX triplet: 31, B9 and 53. RGB value is (49,185,83). Sum of RGB (Red+Green+Blue) = 49+185+83=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 185 (72.66% from 255 or 58.36% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 185 - color contains mainly: green. Hex color #31B953 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31B953 is #CE46AC. Grayscale: #848484. Windows color (decimal): -13518509 or 5486897. OLE color: 5486897.

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

Color convert

RGB 49 185 83 -
CMYK 0.74 0 0.55 0.27
HSL 135º 0.58% 0.46% -
HSV(B) 135º 0.74% 0.73% -
XYZ 20.18 35.98 14.06 -
YUV 132.71 99.94 68.29 -
System Red Green Blue C M Y K H S L
Decimal 49 185 83 0.74 0 0.55 0.27 135 0.58 0.46
Hex 31 B9 53 4A 0 37 1B 87 3A 2E
Octal 61 271 123 112 0 67 33 207 72 56
Binary 110001 10111001 1010011 1001010 0 110111 11011 10000111 111010 101110

Color Harmonies of #31B953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B953

Black with #31B953

Text Example


Text Example

White with #31B953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,185,83); }

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

background-color css

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

 a { background-color: rgb(49,185,83); }

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

border-color css

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

 span { border-color: rgb(49,185,83); }

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