#36BC8A

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

Shades of Shamrock #36BC8A

Tints of Shamrock #36BC8A

Color information

#36BC8A (or 0x36BC8A) is unknown color: approx Shamrock. HEX triplet: 36, BC and 8A. RGB value is (54,188,138). Sum of RGB (Red+Green+Blue) = 54+188+138=380 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.21% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 188 - color contains mainly: green. Hex color #36BC8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36BC8A is #C94375. Grayscale: #8E8E8E. Windows color (decimal): -13190006 or 9092150. OLE color: 9092150.

HSL color Cylindrical-coordinate representation of color #36BC8A: hue angle of 157.61º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36BC8A is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB54188138-
CMYK0.7100.270.26
HSL157.61º55.37%47.45%-
HSV(B)157.61º71.28%73.73%-
XYZ24.0938.5930.22-
YUV142.23125.6165.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 14.21%
GREEN value IS 188 (73.83% from 255) = 49.47%
BLUE value IS 138 (54.30% from 255) = 36.32%
R=14.21%
G=49.47%
B=36.32%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal541881380.7100.270.26157.6155.3747.45
Hex36BC8A4701B1A9e372f
Octal66274212107033322366757
Binary110110101111001000101010001110110111101010011110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36BC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,188,138); }

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

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

 a { background-color: rgb(54,188,138); }

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

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

 span { border-color: rgb(54,188,138); }

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