#46C675

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

Shades of Emerald #46C675

Tints of Emerald #46C675

Color information

#46C675 (or 0x46C675) is unknown color: approx Emerald. HEX triplet: 46, C6 and 75. RGB value is (70,198,117). Sum of RGB (Red+Green+Blue) = 70+198+117=385 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.18% from 385); Green value is 198 (77.73% from 255 or 51.43% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 198 - color contains mainly: green. Hex color #46C675 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C675 is #B9398A. Grayscale: #969696. Windows color (decimal): -12138891 or 7718470. OLE color: 7718470.

HSL color Cylindrical-coordinate representation of color #46C675: hue angle of 142.03º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46C675 is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB70198117-
CMYK0.6500.410.22
HSL142.03º52.89%52.55%-
HSV(B)142.03º64.65%77.65%-
XYZ25.9342.9723.76-
YUV150.49109.0970.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.18%
GREEN value IS 198 (77.73% from 255) = 51.43%
BLUE value IS 117 (46.09% from 255) = 30.39%
R=18.18%
G=51.43%
B=30.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal701981170.6500.410.22142.0352.8952.55
Hex46C67541029168e3535
Octal106306165101051262166565
Binary1000110110001101110101100000101010011011010001110110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46C675; }

 p { color: rgb(70,198,117); }

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

<style>
 a { background-color: #46C675; }

 a { background-color: rgb(70,198,117); }

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

<style>
 span { border-color: #46C675; }

 span { border-color: rgb(70,198,117); }

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