#31C084

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

Shades of Shamrock #31C084

Tints of Shamrock #31C084

Color information

#31C084 (or 0x31C084) is unknown color: approx Shamrock. HEX triplet: 31, C0 and 84. RGB value is (49,192,132). Sum of RGB (Red+Green+Blue) = 49+192+132=373 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.14% from 373); Green value is 192 (75.39% from 255 or 51.47% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 192 - color contains mainly: green. Hex color #31C084 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #31C084 is #CE3F7B. Grayscale: #8E8E8E. Windows color (decimal): -13516668 or 8699953. OLE color: 8699953.

HSL color Cylindrical-coordinate representation of color #31C084: hue angle of 154.83º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31C084 is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB49192132-
CMYK0.7400.310.25
HSL154.83º59.34%47.25%-
HSV(B)154.83º74.48%75.29%-
XYZ24.2840.0228.27-
YUV142.4122.1261.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.14%
GREEN value IS 192 (75.39% from 255) = 51.47%
BLUE value IS 132 (51.95% from 255) = 35.39%
R=13.14%
G=51.47%
B=35.39%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal491921320.7400.310.25154.8359.3447.25
Hex31C0844A01F199b3b2f
Octal61300204112037312337357
Binary110001110000001000010010010100111111100110011011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31C084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,192,132); }

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

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

 a { background-color: rgb(49,192,132); }

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

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

 span { border-color: rgb(49,192,132); }

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