#579570

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

Shades of Ocean Green #579570

Tints of Ocean Green #579570

Color information

#579570 (or 0x579570) is unknown color: approx Ocean Green. HEX triplet: 57, 95 and 70. RGB value is (87,149,112). Sum of RGB (Red+Green+Blue) = 87+149+112=348 (46% of max value = 765). Red value is 87 (34.38% from 255 or 25% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 149 - color contains mainly: green. Hex color #579570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #579570 is #A86A8F. Grayscale: #7E7E7E. Windows color (decimal): -11037328 or 7378263. OLE color: 7378263.

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

Color convert

RGB87149112-
CMYK0.4200.250.42
HSL144.19º26.27%46.27%-
HSV(B)144.19º41.61%58.43%-
XYZ17.624.6919.17-
YUV126.24119.96100.01-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25%
GREEN value IS 149 (58.59% from 255) = 42.82%
BLUE value IS 112 (44.14% from 255) = 32.18%
R=25%
G=42.82%
B=32.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal871491120.4200.250.42144.1926.2746.27
Hex5795702A0192A901a2e
Octal12722516052031522203256
Binary10101111001010111100001010100110011010101001000011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #579570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #579570; }

 p { color: rgb(87,149,112); }

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

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

 a { background-color: rgb(87,149,112); }

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

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

 span { border-color: rgb(87,149,112); }

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