#35D46C

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

Shades of Emerald #35D46C

Tints of Emerald #35D46C

Color information

#35D46C (or 0x35D46C) is unknown color: approx Emerald. HEX triplet: 35, D4 and 6C. RGB value is (53,212,108). Sum of RGB (Red+Green+Blue) = 53+212+108=373 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.21% from 373); Green value is 212 (83.20% from 255 or 56.84% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 212 - color contains mainly: green. Hex color #35D46C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35D46C is #CA2B93. Grayscale: #989898. Windows color (decimal): -13249428 or 7132213. OLE color: 7132213.

HSL color Cylindrical-coordinate representation of color #35D46C: hue angle of 140.75º 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 #35D46C is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB53212108-
CMYK0.7500.490.17
HSL140.75º64.9%51.96%-
HSV(B)140.75º75%83.14%-
XYZ27.7248.9322.17-
YUV152.6102.8256.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.21%
GREEN value IS 212 (83.20% from 255) = 56.84%
BLUE value IS 108 (42.58% from 255) = 28.95%
R=14.21%
G=56.84%
B=28.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal532121080.7500.490.17140.7564.951.96
Hex35D46C4B031118d4134
Octal653241541130612121510164
Binary1101011101010011011001001011011000110001100011011000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35D46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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