#45C370

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

Shades of Emerald #45C370

Tints of Emerald #45C370

Color information

#45C370 (or 0x45C370) is unknown color: approx Emerald. HEX triplet: 45, C3 and 70. RGB value is (69,195,112). Sum of RGB (Red+Green+Blue) = 69+195+112=376 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.35% from 376); Green value is 195 (76.56% from 255 or 51.86% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 195 - color contains mainly: green. Hex color #45C370 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C370 is #BA3C8F. Grayscale: #949494. Windows color (decimal): -12205200 or 7390021. OLE color: 7390021.

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

Color convert

RGB69195112-
CMYK0.6500.430.24
HSL140.48º51.22%51.76%-
HSV(B)140.48º64.62%76.47%-
XYZ24.8941.4722.02-
YUV147.86107.7671.75-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.35%
GREEN value IS 195 (76.56% from 255) = 51.86%
BLUE value IS 112 (44.14% from 255) = 29.79%
R=18.35%
G=51.86%
B=29.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal691951120.6500.430.24140.4851.2251.76
Hex45C3704102B188c3334
Octal105303160101053302146364
Binary1000101110000111110000100000101010111100010001100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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