#559572

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

Shades of Ocean Green #559572

Tints of Ocean Green #559572

Color information

#559572 (or 0x559572) is unknown color: approx Ocean Green. HEX triplet: 55, 95 and 72. RGB value is (85,149,114). Sum of RGB (Red+Green+Blue) = 85+149+114=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 149 - color contains mainly: green. Hex color #559572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559572 is #AA6A8D. Grayscale: #7D7D7D. Windows color (decimal): -11168398 or 7509333. OLE color: 7509333.

HSL color Cylindrical-coordinate representation of color #559572: hue angle of 147.19º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #559572 is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB85149114-
CMYK0.4300.230.42
HSL147.19º27.35%45.88%-
HSV(B)147.19º42.95%58.43%-
XYZ17.5324.6419.75-
YUV125.87121.398.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.43%
GREEN value IS 149 (58.59% from 255) = 42.82%
BLUE value IS 114 (44.92% from 255) = 32.76%
R=24.43%
G=42.82%
B=32.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851491140.4300.230.42147.1927.3545.88
Hex5595722B0172A931b2e
Octal12522516253027522233356
Binary10101011001010111100101010110101111010101001001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559572; }

 p { color: rgb(85,149,114); }

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

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

 a { background-color: rgb(85,149,114); }

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

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

 span { border-color: rgb(85,149,114); }

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