#45956E

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

Shades of Ocean Green #45956E

Tints of Ocean Green #45956E

Color information

#45956E (or 0x45956E) is unknown color: approx Ocean Green. HEX triplet: 45, 95 and 6E. RGB value is (69,149,110). Sum of RGB (Red+Green+Blue) = 69+149+110=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 149 - color contains mainly: green. Hex color #45956E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45956E is #BA6A91. Grayscale: #787878. Windows color (decimal): -12216978 or 7247173. OLE color: 7247173.

HSL color Cylindrical-coordinate representation of color #45956E: hue angle of 150.75º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #45956E is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB69149110-
CMYK0.5400.260.42
HSL150.75º36.7%42.75%-
HSV(B)150.75º53.69%58.43%-
XYZ16.0223.8918.52-
YUV120.6312291.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.04%
GREEN value IS 149 (58.59% from 255) = 45.43%
BLUE value IS 110 (43.36% from 255) = 33.54%
R=21.04%
G=45.43%
B=33.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal691491100.5400.260.42150.7536.742.75
Hex45956E3601A2A97252b
Octal10522515666032522274553
Binary100010110010101110111011011001101010101010010111100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45956E; }

 p { color: rgb(69,149,110); }

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

<style>
 a { background-color: #45956E; }

 a { background-color: rgb(69,149,110); }

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

<style>
 span { border-color: #45956E; }

 span { border-color: rgb(69,149,110); }

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