#36BE96

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

Shades of Shamrock #36BE96

Tints of Shamrock #36BE96

Color information

#36BE96 (or 0x36BE96) is unknown color: approx Shamrock. HEX triplet: 36, BE and 96. RGB value is (54,190,150). Sum of RGB (Red+Green+Blue) = 54+190+150=394 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.71% from 394); Green value is 190 (74.61% from 255 or 48.22% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 190 - color contains mainly: green. Hex color #36BE96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36BE96 is #C94169. Grayscale: #909090. Windows color (decimal): -13189482 or 9879094. OLE color: 9879094.

HSL color Cylindrical-coordinate representation of color #36BE96: hue angle of 162.35º 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 #36BE96 is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB54190150-
CMYK0.7200.210.25
HSL162.35º55.74%47.84%-
HSV(B)162.35º71.58%74.51%-
XYZ25.4439.8135.2-
YUV144.78130.9463.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.71%
GREEN value IS 190 (74.61% from 255) = 48.22%
BLUE value IS 150 (58.98% from 255) = 38.07%
R=13.71%
G=48.22%
B=38.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal541901500.7200.210.25162.3555.7447.84
Hex36BE964801519a23830
Octal66276226110025312427060
Binary110110101111101001011010010000101011100110100010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36BE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,190,150); }

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

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

 a { background-color: rgb(54,190,150); }

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

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

 span { border-color: rgb(54,190,150); }

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