Html Css Color HEX #31B349 Chateau Green

📋 copy color: '#31B349'

red 49 ◦ green 179 ◦ blue 73

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

Shades of Chateau Green #31B349

Tints of Chateau Green #31B349

RGB

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

 GREEN value IS 179 (70.31% from 255) = 59.47%

 BLUE value IS 73 (28.91% from 255) = 24.25%

R = 16.28%
G = 59.47%
B = 24.25%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#31B349 (or 0x31B349) is known color: Chateau Green. HEX triplet: 31, B3 and 49. RGB value is (49,179,73). Sum of RGB (Red+Green+Blue) = 49+179+73=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 179 (70.31% from 255 or 59.47% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 179 - color contains mainly: green. Hex color #31B349 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B349 is #CE4CB6. Grayscale: #808080. Windows color (decimal): -13520055 or 4830001. OLE color: 4830001.

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

Color convert

RGB 49 179 73 -
CMYK 0.73 0 0.59 0.30
HSL 131.08º 0.57% 0.45% -
HSV(B) 131.08º 0.73% 0.7% -
XYZ 18.59 33.37 11.77 -
YUV 128.05 96.93 71.62 -
System Red Green Blue C M Y K H S L
Decimal 49 179 73 0.73 0 0.59 0.30 131.08 0.57 0.45
Hex 31 B3 49 49 0 3B 1E 83 39 2D
Octal 61 263 111 111 0 73 36 203 71 55
Binary 110001 10110011 1001001 1001001 0 111011 11110 10000011 111001 101101

Color Harmonies of #31B349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B349

Black with #31B349

Text Example


Text Example

White with #31B349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,179,73); }

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

background-color css

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

 a { background-color: rgb(49,179,73); }

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

border-color css

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

 span { border-color: rgb(49,179,73); }

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