#35C191

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

Shades of Shamrock #35C191

Tints of Shamrock #35C191

Color information

#35C191 (or 0x35C191) is unknown color: approx Shamrock. HEX triplet: 35, C1 and 91. RGB value is (53,193,145). Sum of RGB (Red+Green+Blue) = 53+193+145=391 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.55% from 391); Green value is 193 (75.78% from 255 or 49.36% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 193 - color contains mainly: green. Hex color #35C191 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C191 is #CA3E6E. Grayscale: #919191. Windows color (decimal): -13254255 or 9552181. OLE color: 9552181.

HSL color Cylindrical-coordinate representation of color #35C191: hue angle of 159.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C191 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB53193145-
CMYK0.7300.250.24
HSL159.43º56.91%48.24%-
HSV(B)159.43º72.54%75.69%-
XYZ25.6540.9433.34-
YUV145.67127.6261.9-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.55%
GREEN value IS 193 (75.78% from 255) = 49.36%
BLUE value IS 145 (57.03% from 255) = 37.08%
R=13.55%
G=49.36%
B=37.08%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal531931450.7300.250.24159.4356.9148.24
Hex35C19149019189f3930
Octal65301221111031302377160
Binary110101110000011001000110010010110011100010011111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,193,145); }

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

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

 a { background-color: rgb(53,193,145); }

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

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

 span { border-color: rgb(53,193,145); }

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