Html Css Color HEX #31BA4C Chateau Green

📋 copy color: '#31BA4C'

red 49 ◦ green 186 ◦ blue 76

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

Shades of Chateau Green #31BA4C

Tints of Chateau Green #31BA4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.44%

R = 15.76%
G = 59.81%
B = 24.44%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#31BA4C (or 0x31BA4C) is known color: Chateau Green. HEX triplet: 31, BA and 4C. RGB value is (49,186,76). Sum of RGB (Red+Green+Blue) = 49+186+76=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 186 (73.05% from 255 or 59.81% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 186 - color contains mainly: green. Hex color #31BA4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BA4C is #CE45B3. Grayscale: #848484. Windows color (decimal): -13518260 or 5028401. OLE color: 5028401.

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

Color convert

RGB 49 186 76 -
CMYK 0.74 0 0.59 0.27
HSL 131.82º 0.58% 0.46% -
HSV(B) 131.82º 0.74% 0.73% -
XYZ 20.13 36.29 12.78 -
YUV 132.5 96.11 68.44 -
System Red Green Blue C M Y K H S L
Decimal 49 186 76 0.74 0 0.59 0.27 131.82 0.58 0.46
Hex 31 BA 4C 4A 0 3B 1B 84 3A 2E
Octal 61 272 114 112 0 73 33 204 72 56
Binary 110001 10111010 1001100 1001010 0 111011 11011 10000100 111010 101110

Color Harmonies of #31BA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BA4C

Black with #31BA4C

Text Example


Text Example

White with #31BA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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