#45C360

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

Shades of Emerald #45C360

Tints of Emerald #45C360

Color information

#45C360 (or 0x45C360) is unknown color: approx Emerald. HEX triplet: 45, C3 and 60. RGB value is (69,195,96). Sum of RGB (Red+Green+Blue) = 69+195+96=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 195 (76.56% from 255 or 54.17% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 195 - color contains mainly: green. Hex color #45C360 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C360 is #BA3C9F. Grayscale: #929292. Windows color (decimal): -12205216 or 6341445. OLE color: 6341445.

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

Color convert

RGB6919596-
CMYK0.6500.510.24
HSL132.86º51.22%51.76%-
HSV(B)132.86º64.62%76.47%-
XYZ24.0841.1417.74-
YUV146.0499.7673.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.17%
GREEN value IS 195 (76.56% from 255) = 54.17%
BLUE value IS 96 (37.89% from 255) = 26.67%
R=19.17%
G=54.17%
B=26.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal69195960.6500.510.24132.8651.2251.76
Hex45C3604103318853334
Octal105303140101063302056364
Binary1000101110000111100000100000101100111100010000101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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