#45C56D

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

Shades of Emerald #45C56D

Tints of Emerald #45C56D

Color information

#45C56D (or 0x45C56D) is unknown color: approx Emerald. HEX triplet: 45, C5 and 6D. RGB value is (69,197,109). Sum of RGB (Red+Green+Blue) = 69+197+109=375 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.4% from 375); Green value is 197 (77.34% from 255 or 52.53% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 197 - color contains mainly: green. Hex color #45C56D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C56D is #BA3A92. Grayscale: #949494. Windows color (decimal): -12204691 or 7193925. OLE color: 7193925.

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

Color convert

RGB69197109-
CMYK0.6500.450.23
HSL138.75º52.46%52.16%-
HSV(B)138.75º64.97%77.25%-
XYZ25.1842.321.31-
YUV148.7105.5971.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.4%
GREEN value IS 197 (77.34% from 255) = 52.53%
BLUE value IS 109 (42.97% from 255) = 29.07%
R=18.4%
G=52.53%
B=29.07%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal691971090.6500.450.23138.7552.4652.16
Hex45C56D4102D178b3434
Octal105305155101055272136464
Binary1000101110001011101101100000101011011011110001011110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,197,109); }

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

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

 a { background-color: rgb(69,197,109); }

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

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

 span { border-color: rgb(69,197,109); }

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