#37CA95

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

Shades of Shamrock #37CA95

Tints of Shamrock #37CA95

Color information

#37CA95 (or 0x37CA95) is unknown color: approx Shamrock. HEX triplet: 37, CA and 95. RGB value is (55,202,149). Sum of RGB (Red+Green+Blue) = 55+202+149=406 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.55% from 406); Green value is 202 (79.30% from 255 or 49.75% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 202 - color contains mainly: green. Hex color #37CA95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37CA95 is #C8356A. Grayscale: #989898. Windows color (decimal): -13120875 or 9816631. OLE color: 9816631.

HSL color Cylindrical-coordinate representation of color #37CA95: hue angle of 158.37º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CA95 is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB55202149-
CMYK0.7300.260.21
HSL158.37º58.1%50.39%-
HSV(B)158.37º72.77%79.22%-
XYZ28.1245.2235.68-
YUV152126.358.81-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.55%
GREEN value IS 202 (79.30% from 255) = 49.75%
BLUE value IS 149 (58.59% from 255) = 36.70%
R=13.55%
G=49.75%
B=36.70%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal552021490.7300.260.21158.3758.150.39
Hex37CA954901A159e3a32
Octal67312225111032252367262
Binary110111110010101001010110010010110101010110011110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37CA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,202,149); }

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

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

 a { background-color: rgb(55,202,149); }

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

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

 span { border-color: rgb(55,202,149); }

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