#3AD796

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

Shades of Shamrock #3AD796

Tints of Shamrock #3AD796

Color information

#3AD796 (or 0x3AD796) is unknown color: approx Shamrock. HEX triplet: 3A, D7 and 96. RGB value is (58,215,150). Sum of RGB (Red+Green+Blue) = 58+215+150=423 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.71% from 423); Green value is 215 (84.38% from 255 or 50.83% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 215 - color contains mainly: green. Hex color #3AD796 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD796 is #C52869. Grayscale: #A0A0A0. Windows color (decimal): -12920938 or 9885498. OLE color: 9885498.

HSL color Cylindrical-coordinate representation of color #3AD796: hue angle of 155.16º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD796 is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB58215150-
CMYK0.7300.300.16
HSL155.16º66.24%53.53%-
HSV(B)155.16º73.02%84.31%-
XYZ31.5551.737.17-
YUV160.65121.9954.79-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.71%
GREEN value IS 215 (84.38% from 255) = 50.83%
BLUE value IS 150 (58.98% from 255) = 35.46%
R=13.71%
G=50.83%
B=35.46%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal582151500.7300.300.16155.1666.2453.53
Hex3AD7964901E109b4236
Octal723272261110362023310266
Binary1110101101011110010110100100101111010000100110111000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AD796; }

 p { color: rgb(58,215,150); }

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

<style>
 a { background-color: #3AD796; }

 a { background-color: rgb(58,215,150); }

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

<style>
 span { border-color: #3AD796; }

 span { border-color: rgb(58,215,150); }

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