#45C476

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

Shades of Emerald #45C476

Tints of Emerald #45C476

Color information

#45C476 (or 0x45C476) is unknown color: approx Emerald. HEX triplet: 45, C4 and 76. RGB value is (69,196,118). Sum of RGB (Red+Green+Blue) = 69+196+118=383 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.02% from 383); Green value is 196 (76.95% from 255 or 51.17% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 196 - color contains mainly: green. Hex color #45C476 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C476 is #BA3B89. Grayscale: #959595. Windows color (decimal): -12204938 or 7783493. OLE color: 7783493.

HSL color Cylindrical-coordinate representation of color #45C476: hue angle of 143.15º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C476 is Cyan = 0.65, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB69196118-
CMYK0.6500.400.23
HSL143.15º51.84%51.96%-
HSV(B)143.15º64.8%76.86%-
XYZ25.4642.0523.91-
YUV149.14110.4270.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.02%
GREEN value IS 196 (76.95% from 255) = 51.17%
BLUE value IS 118 (46.48% from 255) = 30.81%
R=18.02%
G=51.17%
B=30.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal691961180.6500.400.23143.1551.8451.96
Hex45C47641028178f3434
Octal105304166101050272176464
Binary1000101110001001110110100000101010001011110001111110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45C476; }

 p { color: rgb(69,196,118); }

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

<style>
 a { background-color: #45C476; }

 a { background-color: rgb(69,196,118); }

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

<style>
 span { border-color: #45C476; }

 span { border-color: rgb(69,196,118); }

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