#45C55A

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

Shades of Emerald #45C55A

Tints of Emerald #45C55A

Color information

#45C55A (or 0x45C55A) is unknown color: approx Emerald. HEX triplet: 45, C5 and 5A. RGB value is (69,197,90). Sum of RGB (Red+Green+Blue) = 69+197+90=356 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.38% from 356); Green value is 197 (77.34% from 255 or 55.34% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 197 - color contains mainly: green. Hex color #45C55A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C55A is #BA3AA5. Grayscale: #929292. Windows color (decimal): -12204710 or 5948741. OLE color: 5948741.

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

Color convert

RGB6919790-
CMYK0.6500.540.23
HSL129.84º52.46%52.16%-
HSV(B)129.84º64.97%77.25%-
XYZ24.2741.9416.49-
YUV146.5396.0972.7-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.38%
GREEN value IS 197 (77.34% from 255) = 55.34%
BLUE value IS 90 (35.55% from 255) = 25.28%
R=19.38%
G=55.34%
B=25.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal69197900.6500.540.23129.8452.4652.16
Hex45C55A4103617823434
Octal105305132101066272026464
Binary1000101110001011011010100000101101101011110000010110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C55A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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