#45C77A

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

Shades of Emerald #45C77A

Tints of Emerald #45C77A

Color information

#45C77A (or 0x45C77A) is unknown color: approx Emerald. HEX triplet: 45, C7 and 7A. RGB value is (69,199,122). Sum of RGB (Red+Green+Blue) = 69+199+122=390 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.69% from 390); Green value is 199 (78.12% from 255 or 51.03% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 199 - color contains mainly: green. Hex color #45C77A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C77A is #BA3885. Grayscale: #979797. Windows color (decimal): -12204166 or 8046405. OLE color: 8046405.

HSL color Cylindrical-coordinate representation of color #45C77A: hue angle of 144.46º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C77A is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB69199122-
CMYK0.6500.390.22
HSL144.46º53.72%52.55%-
HSV(B)144.46º65.33%78.04%-
XYZ26.3943.5225.42-
YUV151.35111.4369.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.69%
GREEN value IS 199 (78.12% from 255) = 51.03%
BLUE value IS 122 (48.05% from 255) = 31.28%
R=17.69%
G=51.03%
B=31.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal691991220.6500.390.22144.4653.7252.55
Hex45C77A4102716903635
Octal105307172101047262206665
Binary1000101110001111111010100000101001111011010010000110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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