#45C37A

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

Shades of Emerald #45C37A

Tints of Emerald #45C37A

Color information

#45C37A (or 0x45C37A) is unknown color: approx Emerald. HEX triplet: 45, C3 and 7A. RGB value is (69,195,122). Sum of RGB (Red+Green+Blue) = 69+195+122=386 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.88% from 386); Green value is 195 (76.56% from 255 or 50.52% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 195 - color contains mainly: green. Hex color #45C37A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C37A is #BA3C85. Grayscale: #959595. Windows color (decimal): -12205190 or 8045381. OLE color: 8045381.

HSL color Cylindrical-coordinate representation of color #45C37A: hue angle of 145.24º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C37A is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB69195122-
CMYK0.6500.370.24
HSL145.24º51.22%51.76%-
HSV(B)145.24º64.62%76.47%-
XYZ25.4841.725.12-
YUV149112.7670.94-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.88%
GREEN value IS 195 (76.56% from 255) = 50.52%
BLUE value IS 122 (48.05% from 255) = 31.61%
R=17.88%
G=50.52%
B=31.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal691951220.6500.370.24145.2451.2251.76
Hex45C37A4102518913334
Octal105303172101045302216364
Binary1000101110000111111010100000101001011100010010001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,195,122); }

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

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

 a { background-color: rgb(69,195,122); }

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

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

 span { border-color: rgb(69,195,122); }

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