#36BE95

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

Shades of Shamrock #36BE95

Tints of Shamrock #36BE95

Color information

#36BE95 (or 0x36BE95) is unknown color: approx Shamrock. HEX triplet: 36, BE and 95. RGB value is (54,190,149). Sum of RGB (Red+Green+Blue) = 54+190+149=393 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.74% from 393); Green value is 190 (74.61% from 255 or 48.35% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 190 - color contains mainly: green. Hex color #36BE95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36BE95 is #C9416A. Grayscale: #909090. Windows color (decimal): -13189483 or 9813558. OLE color: 9813558.

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

Color convert

RGB54190149-
CMYK0.7200.220.25
HSL161.91º55.74%47.84%-
HSV(B)161.91º71.58%74.51%-
XYZ25.3639.7834.78-
YUV144.66130.4463.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.74%
GREEN value IS 190 (74.61% from 255) = 48.35%
BLUE value IS 149 (58.59% from 255) = 37.91%
R=13.74%
G=48.35%
B=37.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal541901490.7200.220.25161.9155.7447.84
Hex36BE954801619a23830
Octal66276225110026312427060
Binary110110101111101001010110010000101101100110100010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36BE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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