#45A578

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

Shades of Ocean Green #45A578

Tints of Ocean Green #45A578

Color information

#45A578 (or 0x45A578) is unknown color: approx Ocean Green. HEX triplet: 45, A5 and 78. RGB value is (69,165,120). Sum of RGB (Red+Green+Blue) = 69+165+120=354 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.49% from 354); Green value is 165 (64.84% from 255 or 46.61% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 165 - color contains mainly: green. Hex color #45A578 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A578 is #BA5A87. Grayscale: #838383. Windows color (decimal): -12212872 or 7906629. OLE color: 7906629.

HSL color Cylindrical-coordinate representation of color #45A578: hue angle of 151.88º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45A578 is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB69165120-
CMYK0.5800.270.35
HSL151.88º41.03%45.88%-
HSV(B)151.88º58.18%64.71%-
XYZ19.329.5322.45-
YUV131.17121.783.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.49%
GREEN value IS 165 (64.84% from 255) = 46.61%
BLUE value IS 120 (47.27% from 255) = 33.90%
R=19.49%
G=46.61%
B=33.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal691651200.5800.270.35151.8841.0345.88
Hex45A5783A01B2398292e
Octal10524517072033432305156
Binary100010110100101111100011101001101110001110011000101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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