#35D492

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

Shades of Shamrock #35D492

Tints of Shamrock #35D492

Color information

#35D492 (or 0x35D492) is unknown color: approx Shamrock. HEX triplet: 35, D4 and 92. RGB value is (53,212,146). Sum of RGB (Red+Green+Blue) = 53+212+146=411 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.90% from 411); Green value is 212 (83.20% from 255 or 51.58% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 212 - color contains mainly: green. Hex color #35D492 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35D492 is #CA2B6D. Grayscale: #9D9D9D. Windows color (decimal): -13249390 or 9622581. OLE color: 9622581.

HSL color Cylindrical-coordinate representation of color #35D492: hue angle of 155.09º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35D492 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB53212146-
CMYK0.7500.310.17
HSL155.09º64.9%51.96%-
HSV(B)155.09º75%83.14%-
XYZ30.249.9235.24-
YUV156.94121.8253.87-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.90%
GREEN value IS 212 (83.20% from 255) = 51.58%
BLUE value IS 146 (57.42% from 255) = 35.52%
R=12.90%
G=51.58%
B=35.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal532121460.7500.310.17155.0964.951.96
Hex35D4924B01F119b4134
Octal653242221130372123310164
Binary1101011101010010010010100101101111110001100110111000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,212,146); }

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

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

 a { background-color: rgb(53,212,146); }

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

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

 span { border-color: rgb(53,212,146); }

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