#45D58B

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

Shades of Emerald #45D58B

Tints of Emerald #45D58B

Color information

#45D58B (or 0x45D58B) is unknown color: approx Emerald. HEX triplet: 45, D5 and 8B. RGB value is (69,213,139). Sum of RGB (Red+Green+Blue) = 69+213+139=421 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.39% from 421); Green value is 213 (83.59% from 255 or 50.59% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 213 - color contains mainly: green. Hex color #45D58B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45D58B is #BA2A74. Grayscale: #A1A1A1. Windows color (decimal): -12200565 or 9164101. OLE color: 9164101.

HSL color Cylindrical-coordinate representation of color #45D58B: hue angle of 149.17º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D58B is Cyan = 0.68, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB69213139-
CMYK0.6800.350.16
HSL149.17º63.16%55.29%-
HSV(B)149.17º67.61%83.53%-
XYZ30.9150.7232.59-
YUV161.51115.2962.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.39%
GREEN value IS 213 (83.59% from 255) = 50.59%
BLUE value IS 139 (54.69% from 255) = 33.02%
R=16.39%
G=50.59%
B=33.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal692131390.6800.350.16149.1763.1655.29
Hex45D58B4402310953f37
Octal105325213104043202257767
Binary10001011101010110001011100010001000111000010010101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,213,139); }

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

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

 a { background-color: rgb(69,213,139); }

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

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

 span { border-color: rgb(69,213,139); }

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