#45C389

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

Shades of Emerald #45C389

Tints of Emerald #45C389

Color information

#45C389 (or 0x45C389) is unknown color: approx Emerald. HEX triplet: 45, C3 and 89. RGB value is (69,195,137). Sum of RGB (Red+Green+Blue) = 69+195+137=401 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.21% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 195 - color contains mainly: green. Hex color #45C389 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45C389 is #BA3C76. Grayscale: #969696. Windows color (decimal): -12205175 or 9028421. OLE color: 9028421.

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

Color convert

RGB69195137-
CMYK0.6500.300.24
HSL152.38º51.22%51.76%-
HSV(B)152.38º64.62%76.47%-
XYZ26.4842.130.4-
YUV150.71120.2669.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.21%
GREEN value IS 195 (76.56% from 255) = 48.63%
BLUE value IS 137 (53.91% from 255) = 34.16%
R=17.21%
G=48.63%
B=34.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal691951370.6500.300.24152.3851.2251.76
Hex45C3894101E18983334
Octal105303211101036302306364
Binary1000101110000111000100110000010111101100010011000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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