#35C59D

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

Shades of Shamrock #35C59D

Tints of Shamrock #35C59D

Color information

#35C59D (or 0x35C59D) is unknown color: approx Shamrock. HEX triplet: 35, C5 and 9D. RGB value is (53,197,157). Sum of RGB (Red+Green+Blue) = 53+197+157=407 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.02% from 407); Green value is 197 (77.34% from 255 or 48.40% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 197 - color contains mainly: green. Hex color #35C59D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C59D is #CA3A62. Grayscale: #959595. Windows color (decimal): -13253219 or 10339637. OLE color: 10339637.

HSL color Cylindrical-coordinate representation of color #35C59D: hue angle of 163.33º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C59D is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB53197157-
CMYK0.7300.200.23
HSL163.33º57.6%49.02%-
HSV(B)163.33º73.1%77.25%-
XYZ27.5243.1238.77-
YUV149.38132.2959.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.02%
GREEN value IS 197 (77.34% from 255) = 48.40%
BLUE value IS 157 (61.72% from 255) = 38.57%
R=13.02%
G=48.40%
B=38.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal531971570.7300.200.23163.3357.649.02
Hex35C59D4901417a33a31
Octal65305235111024272437261
Binary110101110001011001110110010010101001011110100011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35C59D; }

 p { color: rgb(53,197,157); }

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

<style>
 a { background-color: #35C59D; }

 a { background-color: rgb(53,197,157); }

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

<style>
 span { border-color: #35C59D; }

 span { border-color: rgb(53,197,157); }

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