Html Css Color HEX #31B255 Chateau Green

📋 copy color: '#31B255'

red 49 ◦ green 178 ◦ blue 85

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

Shades of Chateau Green #31B255

Tints of Chateau Green #31B255

RGB

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

 GREEN value IS 178 (69.92% from 255) = 57.05%

 BLUE value IS 85 (33.59% from 255) = 27.24%

R = 15.71%
G = 57.05%
B = 27.24%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#31B255 (or 0x31B255) is known color: Chateau Green. HEX triplet: 31, B2 and 55. RGB value is (49,178,85). Sum of RGB (Red+Green+Blue) = 49+178+85=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 178 (69.92% from 255 or 57.05% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 178 - color contains mainly: green. Hex color #31B255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31B255 is #CE4DAA. Grayscale: #818181. Windows color (decimal): -13520299 or 5616177. OLE color: 5616177.

HSL color Cylindrical-coordinate representation of color #31B255: hue angle of 136.74º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31B255 is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB 49 178 85 -
CMYK 0.72 0 0.52 0.30
HSL 136.74º 0.57% 0.45% -
HSV(B) 136.74º 0.72% 0.7% -
XYZ 18.83 33.15 14 -
YUV 128.83 103.26 71.06 -
System Red Green Blue C M Y K H S L
Decimal 49 178 85 0.72 0 0.52 0.30 136.74 0.57 0.45
Hex 31 B2 55 48 0 34 1E 89 39 2D
Octal 61 262 125 110 0 64 36 211 71 55
Binary 110001 10110010 1010101 1001000 0 110100 11110 10001001 111001 101101

Color Harmonies of #31B255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B255

Black with #31B255

Text Example


Text Example

White with #31B255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,178,85); }

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

background-color css

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

 a { background-color: rgb(49,178,85); }

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

border-color css

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

 span { border-color: rgb(49,178,85); }

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