#31D492

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

Shades of Shamrock #31D492

Tints of Shamrock #31D492

Color information

#31D492 (or 0x31D492) is unknown color: approx Shamrock. HEX triplet: 31, D4 and 92. RGB value is (49,212,146). Sum of RGB (Red+Green+Blue) = 49+212+146=407 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.04% from 407); Green value is 212 (83.20% from 255 or 52.09% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 212 - color contains mainly: green. Hex color #31D492 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31D492 is #CE2B6D. Grayscale: #9B9B9B. Windows color (decimal): -13511534 or 9622577. OLE color: 9622577.

HSL color Cylindrical-coordinate representation of color #31D492: hue angle of 155.71º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D492 is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB49212146-
CMYK0.7700.310.17
HSL155.71º65.46%51.18%-
HSV(B)155.71º76.89%83.14%-
XYZ3049.8235.23-
YUV155.74122.551.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.04%
GREEN value IS 212 (83.20% from 255) = 52.09%
BLUE value IS 146 (57.42% from 255) = 35.87%
R=12.04%
G=52.09%
B=35.87%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal492121460.7700.310.17155.7165.4651.18
Hex31D4924D01F119c4133
Octal613242221150372123410163
Binary1100011101010010010010100110101111110001100111001000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31D492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,212,146); }

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

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

 a { background-color: rgb(49,212,146); }

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

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

 span { border-color: rgb(49,212,146); }

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