#45C071

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

Shades of Emerald #45C071

Tints of Emerald #45C071

Color information

#45C071 (or 0x45C071) is unknown color: approx Emerald. HEX triplet: 45, C0 and 71. RGB value is (69,192,113). Sum of RGB (Red+Green+Blue) = 69+192+113=374 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.45% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #45C071 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C071 is #BA3F8E. Grayscale: #929292. Windows color (decimal): -12205967 or 7454789. OLE color: 7454789.

HSL color Cylindrical-coordinate representation of color #45C071: hue angle of 141.46º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45C071 is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB69192113-
CMYK0.6400.410.25
HSL141.46º49.4%51.18%-
HSV(B)141.46º64.06%75.29%-
XYZ24.2840.1622.09-
YUV146.22109.2572.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.45%
GREEN value IS 192 (75.39% from 255) = 51.34%
BLUE value IS 113 (44.53% from 255) = 30.21%
R=18.45%
G=51.34%
B=30.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal691921130.6400.410.25141.4649.451.18
Hex45C07140029198d3133
Octal105300161100051312156163
Binary1000101110000001110001100000001010011100110001101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,192,113); }

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

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

 a { background-color: rgb(69,192,113); }

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

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

 span { border-color: rgb(69,192,113); }

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