#559470

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

Shades of Ocean Green #559470

Tints of Ocean Green #559470

Color information

#559470 (or 0x559470) is unknown color: approx Ocean Green. HEX triplet: 55, 94 and 70. RGB value is (85,148,112). Sum of RGB (Red+Green+Blue) = 85+148+112=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 148 - color contains mainly: green. Hex color #559470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559470 is #AA6B8F. Grayscale: #7D7D7D. Windows color (decimal): -11168656 or 7378005. OLE color: 7378005.

HSL color Cylindrical-coordinate representation of color #559470: hue angle of 145.71º 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 #559470 is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB85148112-
CMYK0.4300.240.42
HSL145.71º27.04%45.69%-
HSV(B)145.71º42.57%58.04%-
XYZ17.2624.2819.11-
YUV125.06120.6399.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.64%
GREEN value IS 148 (58.20% from 255) = 42.90%
BLUE value IS 112 (44.14% from 255) = 32.46%
R=24.64%
G=42.90%
B=32.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851481120.4300.240.42145.7127.0445.69
Hex5594702B0182A921b2e
Octal12522416053030522223356
Binary10101011001010011100001010110110001010101001001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559470; }

 p { color: rgb(85,148,112); }

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

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

 a { background-color: rgb(85,148,112); }

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

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

 span { border-color: rgb(85,148,112); }

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