#45E38B

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

Shades of Emerald #45E38B

Tints of Emerald #45E38B

Color information

#45E38B (or 0x45E38B) is unknown color: approx Emerald. HEX triplet: 45, E3 and 8B. RGB value is (69,227,139). Sum of RGB (Red+Green+Blue) = 69+227+139=435 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.86% from 435); Green value is 227 (89.06% from 255 or 52.18% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 227 - color contains mainly: green. Hex color #45E38B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45E38B is #BA1C74. Grayscale: #A9A9A9. Windows color (decimal): -12196981 or 9167685. OLE color: 9167685.

HSL color Cylindrical-coordinate representation of color #45E38B: hue angle of 146.58º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E38B is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB69227139-
CMYK0.7000.390.11
HSL146.58º73.83%58.04%-
HSV(B)146.58º69.6%89.02%-
XYZ34.5858.0733.81-
YUV169.73110.6556.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.86%
GREEN value IS 227 (89.06% from 255) = 52.18%
BLUE value IS 139 (54.69% from 255) = 31.95%
R=15.86%
G=52.18%
B=31.95%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal692271390.7000.390.11146.5873.8358.04
Hex45E38B46027B934a3a
Octal1053432131060471322311272
Binary10001011110001110001011100011001001111011100100111001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45E38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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