#45b378

Color #45B378 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #45B378

Tints of Medium Sea Green #45B378

Color information

#45B378 (or 0x45B378) is unknown color: approx Medium Sea Green. HEX triplet: 45, B3 and 78. RGB value is (69,179,120). Sum of RGB (Red+Green+Blue) = 69+179+120=368 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.75% from 368); Green value is 179 (70.31% from 255 or 48.64% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 179 - color contains mainly: green. Hex color #45B378 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45B378 is #BA4C87. Grayscale: #8B8B8B. Windows color (decimal): -12209288 or 7910213. OLE color: 7910213.

HSL color Cylindrical-coordinate representation of color #45B378: hue angle of 147.82º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45B378 is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB69179120-
CMYK0.6100.330.30
HSL147.82º44.35%48.63%-
HSV(B)147.82º61.45%70.2%-
XYZ21.9634.8623.34-
YUV139.38117.0677.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.75%
GREEN value IS 179 (70.31% from 255) = 48.64%
BLUE value IS 120 (47.27% from 255) = 32.61%
R=18.75%
G=48.64%
B=32.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal691791200.6100.330.30147.8244.3548.63
Hex45B3783D0211E942c31
Octal10526317075041362245461
Binary100010110110011111100011110101000011111010010100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45b378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,179,120); }

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

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

 a { background-color: rgb(69,179,120); }

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

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

 span { border-color: rgb(69,179,120); }

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