Html Css Color HEX #31B34E Chateau Green

📋 copy color: '#31B34E'

red 49 ◦ green 179 ◦ blue 78

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

Shades of Chateau Green #31B34E

Tints of Chateau Green #31B34E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.49%

R = 16.01%
G = 58.5%
B = 25.49%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#31B34E (or 0x31B34E) is known color: Chateau Green. HEX triplet: 31, B3 and 4E. RGB value is (49,179,78). Sum of RGB (Red+Green+Blue) = 49+179+78=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 179 (70.31% from 255 or 58.50% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 179 - color contains mainly: green. Hex color #31B34E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31B34E is #CE4CB1. Grayscale: #808080. Windows color (decimal): -13520050 or 5157681. OLE color: 5157681.

HSL color Cylindrical-coordinate representation of color #31B34E: hue angle of 133.38º 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 #31B34E is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB 49 179 78 -
CMYK 0.73 0 0.56 0.30
HSL 133.38º 0.57% 0.45% -
HSV(B) 133.38º 0.73% 0.7% -
XYZ 18.76 33.44 12.67 -
YUV 128.62 99.43 71.21 -
System Red Green Blue C M Y K H S L
Decimal 49 179 78 0.73 0 0.56 0.30 133.38 0.57 0.45
Hex 31 B3 4E 49 0 38 1E 85 39 2D
Octal 61 263 116 111 0 70 36 205 71 55
Binary 110001 10110011 1001110 1001001 0 111000 11110 10000101 111001 101101

Color Harmonies of #31B34E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B34E

Black with #31B34E

Text Example


Text Example

White with #31B34E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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