#45C46A

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

Shades of Emerald #45C46A

Tints of Emerald #45C46A

Color information

#45C46A (or 0x45C46A) is unknown color: approx Emerald. HEX triplet: 45, C4 and 6A. RGB value is (69,196,106). Sum of RGB (Red+Green+Blue) = 69+196+106=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 196 (76.95% from 255 or 52.83% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 196 - color contains mainly: green. Hex color #45C46A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C46A is #BA3B95. Grayscale: #949494. Windows color (decimal): -12204950 or 6997061. OLE color: 6997061.

HSL color Cylindrical-coordinate representation of color #45C46A: hue angle of 137.48º 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 #45C46A is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB69196106-
CMYK0.6500.460.23
HSL137.48º51.84%51.96%-
HSV(B)137.48º64.8%76.86%-
XYZ24.841.7920.39-
YUV147.77104.4271.82-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.60%
GREEN value IS 196 (76.95% from 255) = 52.83%
BLUE value IS 106 (41.80% from 255) = 28.57%
R=18.60%
G=52.83%
B=28.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal691961060.6500.460.23137.4851.8451.96
Hex45C46A4102E17893434
Octal105304152101056272116464
Binary1000101110001001101010100000101011101011110001001110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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