#31C595

Color #31C595 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #31C595

Tints of Shamrock #31C595

Color information

#31C595 (or 0x31C595) is unknown color: approx Shamrock. HEX triplet: 31, C5 and 95. RGB value is (49,197,149). Sum of RGB (Red+Green+Blue) = 49+197+149=395 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.41% from 395); Green value is 197 (77.34% from 255 or 49.87% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 197 - color contains mainly: green. Hex color #31C595 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C595 is #CE3A6A. Grayscale: #939393. Windows color (decimal): -13515371 or 9815345. OLE color: 9815345.

HSL color Cylindrical-coordinate representation of color #31C595: hue angle of 160.54º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C595 is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB49197149-
CMYK0.7500.240.23
HSL160.54º60.16%48.24%-
HSV(B)160.54º75.13%77.25%-
XYZ26.6642.7635.28-
YUV147.28128.9757.9-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.41%
GREEN value IS 197 (77.34% from 255) = 49.87%
BLUE value IS 149 (58.59% from 255) = 37.72%
R=12.41%
G=49.87%
B=37.72%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal491971490.7500.240.23160.5460.1648.24
Hex31C5954B01817a13c30
Octal61305225113030272417460
Binary110001110001011001010110010110110001011110100001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31C595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,197,149); }

 H1.HeaderClassName
 {
   color: #31C595;
 }
 .AnyTagClassName
 {
   color: #31C595;
 }
</style>
background-color css

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

 a { background-color: rgb(49,197,149); }

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

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

 span { border-color: rgb(49,197,149); }

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