#35E49C

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

Shades of Shamrock #35E49C

Tints of Shamrock #35E49C

Color information

#35E49C (or 0x35E49C) is unknown color: approx Shamrock. HEX triplet: 35, E4 and 9C. RGB value is (53,228,156). Sum of RGB (Red+Green+Blue) = 53+228+156=437 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.13% from 437); Green value is 228 (89.45% from 255 or 52.17% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 228 - color contains mainly: green. Hex color #35E49C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35E49C is #CA1B63. Grayscale: #A7A7A7. Windows color (decimal): -13245284 or 10282037. OLE color: 10282037.

HSL color Cylindrical-coordinate representation of color #35E49C: hue angle of 155.31º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35E49C is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB53228156-
CMYK0.7700.320.11
HSL155.31º76.42%55.1%-
HSV(B)155.31º76.75%89.41%-
XYZ35.2158.6440.92-
YUV167.47121.5246.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.13%
GREEN value IS 228 (89.45% from 255) = 52.17%
BLUE value IS 156 (61.33% from 255) = 35.70%
R=12.13%
G=52.17%
B=35.70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal532281560.7700.320.11155.3176.4255.1
Hex35E49C4D020B9b4c37
Octal653442341150401323311467
Binary1101011110010010011100100110101000001011100110111001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35E49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,228,156); }

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

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

 a { background-color: rgb(53,228,156); }

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

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

 span { border-color: rgb(53,228,156); }

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