Html Css Color HEX #31BA4E Chateau Green

📋 copy color: '#31BA4E'

red 49 ◦ green 186 ◦ blue 78

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

Shades of Chateau Green #31BA4E

Tints of Chateau Green #31BA4E

RGB

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

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

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

R = 15.65%
G = 59.42%
B = 24.92%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#31BA4E (or 0x31BA4E) is known color: Chateau Green. HEX triplet: 31, BA and 4E. RGB value is (49,186,78). Sum of RGB (Red+Green+Blue) = 49+186+78=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 186 (73.05% from 255 or 59.42% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 186 - color contains mainly: green. Hex color #31BA4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BA4E is #CE45B1. Grayscale: #858585. Windows color (decimal): -13518258 or 5159473. OLE color: 5159473.

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

Color convert

RGB 49 186 78 -
CMYK 0.74 0 0.58 0.27
HSL 132.7º 0.58% 0.46% -
HSV(B) 132.7º 0.74% 0.73% -
XYZ 20.2 36.32 13.15 -
YUV 132.73 97.11 68.28 -
System Red Green Blue C M Y K H S L
Decimal 49 186 78 0.74 0 0.58 0.27 132.7 0.58 0.46
Hex 31 BA 4E 4A 0 3A 1B 85 3A 2E
Octal 61 272 116 112 0 72 33 205 72 56
Binary 110001 10111010 1001110 1001010 0 111010 11011 10000101 111010 101110

Color Harmonies of #31BA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BA4E

Black with #31BA4E

Text Example


Text Example

White with #31BA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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