#56A579

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

Shades of Ocean Green #56A579

Tints of Ocean Green #56A579

Color information

#56A579 (or 0x56A579) is unknown color: approx Ocean Green. HEX triplet: 56, A5 and 79. RGB value is (86,165,121). Sum of RGB (Red+Green+Blue) = 86+165+121=372 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.12% from 372); Green value is 165 (64.84% from 255 or 44.35% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 165 - color contains mainly: green. Hex color #56A579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A579 is #A95A86. Grayscale: #888888. Windows color (decimal): -11098759 or 7972182. OLE color: 7972182.

HSL color Cylindrical-coordinate representation of color #56A579: hue angle of 146.58º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56A579 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB86165121-
CMYK0.4800.270.35
HSL146.58º31.47%49.22%-
HSV(B)146.58º47.88%64.71%-
XYZ20.7430.2722.84-
YUV136.36119.3392.08-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.12%
GREEN value IS 165 (64.84% from 255) = 44.35%
BLUE value IS 121 (47.66% from 255) = 32.53%
R=23.12%
G=44.35%
B=32.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal861651210.4800.270.35146.5831.4749.22
Hex56A5793001B23931f31
Octal12624517160033432233761
Binary10101101010010111110011100000110111000111001001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56A579; }

 p { color: rgb(86,165,121); }

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

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

 a { background-color: rgb(86,165,121); }

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

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

 span { border-color: rgb(86,165,121); }

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