Html Css Color HEX #31BA50 Chateau Green

📋 copy color: '#31BA50'

red 49 ◦ green 186 ◦ blue 80

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

Shades of Chateau Green #31BA50

Tints of Chateau Green #31BA50

RGB

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

 GREEN value IS 186 (73.05% from 255) = 59.05%

 BLUE value IS 80 (31.64% from 255) = 25.4%

R = 15.56%
G = 59.05%
B = 25.4%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#31BA50 (or 0x31BA50) is known color: Chateau Green. HEX triplet: 31, BA and 50. RGB value is (49,186,80). Sum of RGB (Red+Green+Blue) = 49+186+80=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 186 (73.05% from 255 or 59.05% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 186 - color contains mainly: green. Hex color #31BA50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BA50 is #CE45AF. Grayscale: #858585. Windows color (decimal): -13518256 or 5290545. OLE color: 5290545.

HSL color Cylindrical-coordinate representation of color #31BA50: hue angle of 133.58º 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 #31BA50 is Cyan = 0.74, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 186 80 -
CMYK 0.74 0 0.57 0.27
HSL 133.58º 0.58% 0.46% -
HSV(B) 133.58º 0.74% 0.73% -
XYZ 20.27 36.35 13.54 -
YUV 132.95 98.11 68.12 -
System Red Green Blue C M Y K H S L
Decimal 49 186 80 0.74 0 0.57 0.27 133.58 0.58 0.46
Hex 31 BA 50 4A 0 39 1B 86 3A 2E
Octal 61 272 120 112 0 71 33 206 72 56
Binary 110001 10111010 1010000 1001010 0 111001 11011 10000110 111010 101110

Color Harmonies of #31BA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BA50

Black with #31BA50

Text Example


Text Example

White with #31BA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,186,80); }

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

background-color css

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

 a { background-color: rgb(49,186,80); }

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

border-color css

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

 span { border-color: rgb(49,186,80); }

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