#56A478

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

Shades of Ocean Green #56A478

Tints of Ocean Green #56A478

Color information

#56A478 (or 0x56A478) is unknown color: approx Ocean Green. HEX triplet: 56, A4 and 78. RGB value is (86,164,120). Sum of RGB (Red+Green+Blue) = 86+164+120=370 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.24% from 370); Green value is 164 (64.45% from 255 or 44.32% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 164 - color contains mainly: green. Hex color #56A478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A478 is #A95B87. Grayscale: #878787. Windows color (decimal): -11099016 or 7906390. OLE color: 7906390.

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

Color convert

RGB86164120-
CMYK0.4800.270.36
HSL146.15º31.2%49.02%-
HSV(B)146.15º47.56%64.31%-
XYZ20.529.8922.46-
YUV135.66119.1692.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.24%
GREEN value IS 164 (64.45% from 255) = 44.32%
BLUE value IS 120 (47.27% from 255) = 32.43%
R=23.24%
G=44.32%
B=32.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal861641200.4800.270.36146.1531.249.02
Hex56A4783001B24921f31
Octal12624417060033442223761
Binary10101101010010011110001100000110111001001001001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,164,120); }

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

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

 a { background-color: rgb(86,164,120); }

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

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

 span { border-color: rgb(86,164,120); }

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