#37D086

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

Shades of Shamrock #37D086

Tints of Shamrock #37D086

Color information

#37D086 (or 0x37D086) is unknown color: approx Shamrock. HEX triplet: 37, D0 and 86. RGB value is (55,208,134). Sum of RGB (Red+Green+Blue) = 55+208+134=397 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.85% from 397); Green value is 208 (81.64% from 255 or 52.39% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 208 - color contains mainly: green. Hex color #37D086 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37D086 is #C82F79. Grayscale: #999999. Windows color (decimal): -13119354 or 8835127. OLE color: 8835127.

HSL color Cylindrical-coordinate representation of color #37D086: hue angle of 150.98º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D086 is Cyan = 0.74, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB55208134-
CMYK0.7400.360.18
HSL150.98º61.94%51.57%-
HSV(B)150.98º73.56%81.57%-
XYZ28.4347.6530.25-
YUV153.82116.8157.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.85%
GREEN value IS 208 (81.64% from 255) = 52.39%
BLUE value IS 134 (52.73% from 255) = 33.75%
R=13.85%
G=52.39%
B=33.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal552081340.7400.360.18150.9861.9451.57
Hex37D0864A02412973e34
Octal67320206112044222277664
Binary1101111101000010000110100101001001001001010010111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37D086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37D086; }

 p { color: rgb(55,208,134); }

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

<style>
 a { background-color: #37D086; }

 a { background-color: rgb(55,208,134); }

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

<style>
 span { border-color: #37D086; }

 span { border-color: rgb(55,208,134); }

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