#45A57D

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

Shades of Ocean Green #45A57D

Tints of Ocean Green #45A57D

Color information

#45A57D (or 0x45A57D) is unknown color: approx Ocean Green. HEX triplet: 45, A5 and 7D. RGB value is (69,165,125). Sum of RGB (Red+Green+Blue) = 69+165+125=359 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.22% from 359); Green value is 165 (64.84% from 255 or 45.96% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 165 - color contains mainly: green. Hex color #45A57D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A57D is #BA5A82. Grayscale: #838383. Windows color (decimal): -12212867 or 8234309. OLE color: 8234309.

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

Color convert

RGB69165125-
CMYK0.5800.240.35
HSL155º41.03%45.88%-
HSV(B)155º58.18%64.71%-
XYZ19.6129.6624.09-
YUV131.74124.283.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.22%
GREEN value IS 165 (64.84% from 255) = 45.96%
BLUE value IS 125 (49.22% from 255) = 34.82%
R=19.22%
G=45.96%
B=34.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal691651250.5800.240.3515541.0345.88
Hex45A57D3A018239b292e
Octal10524517572030432335156
Binary100010110100101111110111101001100010001110011011101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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