#36C08B

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

Shades of Shamrock #36C08B

Tints of Shamrock #36C08B

Color information

#36C08B (or 0x36C08B) is unknown color: approx Shamrock. HEX triplet: 36, C0 and 8B. RGB value is (54,192,139). Sum of RGB (Red+Green+Blue) = 54+192+139=385 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.03% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #36C08B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36C08B is #C93F74. Grayscale: #909090. Windows color (decimal): -13188981 or 9158710. OLE color: 9158710.

HSL color Cylindrical-coordinate representation of color #36C08B: hue angle of 156.96º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36C08B is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB54192139-
CMYK0.7200.280.25
HSL156.96º56.1%48.24%-
HSV(B)156.96º71.88%75.29%-
XYZ25.0340.3530.89-
YUV144.7124.7863.31-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.03%
GREEN value IS 192 (75.39% from 255) = 49.87%
BLUE value IS 139 (54.69% from 255) = 36.10%
R=14.03%
G=49.87%
B=36.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal541921390.7200.280.25156.9656.148.24
Hex36C08B4801C199d3830
Octal66300213110034312357060
Binary110110110000001000101110010000111001100110011101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36C08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,192,139); }

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

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

 a { background-color: rgb(54,192,139); }

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

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

 span { border-color: rgb(54,192,139); }

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