#36CA86

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

Shades of Shamrock #36CA86

Tints of Shamrock #36CA86

Color information

#36CA86 (or 0x36CA86) is unknown color: approx Shamrock. HEX triplet: 36, CA and 86. RGB value is (54,202,134). Sum of RGB (Red+Green+Blue) = 54+202+134=390 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.85% from 390); Green value is 202 (79.30% from 255 or 51.79% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 202 - color contains mainly: green. Hex color #36CA86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36CA86 is #C93579. Grayscale: #969696. Windows color (decimal): -13186426 or 8833590. OLE color: 8833590.

HSL color Cylindrical-coordinate representation of color #36CA86: hue angle of 152.43º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36CA86 is Cyan = 0.73, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB54202134-
CMYK0.7300.340.21
HSL152.43º58.27%50.2%-
HSV(B)152.43º73.27%79.22%-
XYZ26.9444.7529.77-
YUV150118.9759.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.85%
GREEN value IS 202 (79.30% from 255) = 51.79%
BLUE value IS 134 (52.73% from 255) = 34.36%
R=13.85%
G=51.79%
B=34.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal542021340.7300.340.21152.4358.2750.2
Hex36CA864902215983a32
Octal66312206111042252307262
Binary1101101100101010000110100100101000101010110011000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36CA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36CA86; }

 p { color: rgb(54,202,134); }

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

<style>
 a { background-color: #36CA86; }

 a { background-color: rgb(54,202,134); }

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

<style>
 span { border-color: #36CA86; }

 span { border-color: rgb(54,202,134); }

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