#45D367

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

Shades of Emerald #45D367

Tints of Emerald #45D367

Color information

#45D367 (or 0x45D367) is unknown color: approx Emerald. HEX triplet: 45, D3 and 67. RGB value is (69,211,103). Sum of RGB (Red+Green+Blue) = 69+211+103=383 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.02% from 383); Green value is 211 (82.81% from 255 or 55.09% from 383); Blue value is 103 (40.62% from 255 or 26.89% from 383); Max value from RGB is 211 - color contains mainly: green. Hex color #45D367 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D367 is #BA2C98. Grayscale: #9C9C9C. Windows color (decimal): -12201113 or 6804293. OLE color: 6804293.

HSL color Cylindrical-coordinate representation of color #45D367: hue angle of 134.37º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45D367 is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB69211103-
CMYK0.6700.510.17
HSL134.37º61.74%54.9%-
HSV(B)134.37º67.3%82.75%-
XYZ28.248.8320.77-
YUV156.2397.9665.78-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.02%
GREEN value IS 211 (82.81% from 255) = 55.09%
BLUE value IS 103 (40.62% from 255) = 26.89%
R=18.02%
G=55.09%
B=26.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal692111030.6700.510.17134.3761.7454.9
Hex45D3674303311863e37
Octal105323147103063212067667
Binary1000101110100111100111100001101100111000110000110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,211,103); }

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

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

 a { background-color: rgb(69,211,103); }

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

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

 span { border-color: rgb(69,211,103); }

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