#31C39A

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

Shades of Shamrock #31C39A

Tints of Shamrock #31C39A

Color information

#31C39A (or 0x31C39A) is unknown color: approx Shamrock. HEX triplet: 31, C3 and 9A. RGB value is (49,195,154). Sum of RGB (Red+Green+Blue) = 49+195+154=398 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.31% from 398); Green value is 195 (76.56% from 255 or 48.99% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 195 - color contains mainly: green. Hex color #31C39A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C39A is #CE3C65. Grayscale: #929292. Windows color (decimal): -13515878 or 10142513. OLE color: 10142513.

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

Color convert

RGB49195154-
CMYK0.7500.210.24
HSL163.15º59.84%47.84%-
HSV(B)163.15º74.87%76.47%-
XYZ26.6142.0237.28-
YUV146.67132.1358.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.31%
GREEN value IS 195 (76.56% from 255) = 48.99%
BLUE value IS 154 (60.55% from 255) = 38.69%
R=12.31%
G=48.99%
B=38.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal491951540.7500.210.24163.1559.8447.84
Hex31C39A4B01518a33c30
Octal61303232113025302437460
Binary110001110000111001101010010110101011100010100011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31C39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,195,154); }

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

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

 a { background-color: rgb(49,195,154); }

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

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

 span { border-color: rgb(49,195,154); }

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