#56A466

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

Shades of Ocean Green #56A466

Tints of Ocean Green #56A466

Color information

#56A466 (or 0x56A466) is unknown color: approx Ocean Green. HEX triplet: 56, A4 and 66. RGB value is (86,164,102). Sum of RGB (Red+Green+Blue) = 86+164+102=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 164 (64.45% from 255 or 46.59% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 164 - color contains mainly: green. Hex color #56A466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A466 is #A95B99. Grayscale: #858585. Windows color (decimal): -11099034 or 6726742. OLE color: 6726742.

HSL color Cylindrical-coordinate representation of color #56A466: hue angle of 132.31º 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 #56A466 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB86164102-
CMYK0.4800.380.36
HSL132.31º31.2%49.02%-
HSV(B)132.31º47.56%64.31%-
XYZ19.5129.4917.23-
YUV133.61110.1694.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.43%
GREEN value IS 164 (64.45% from 255) = 46.59%
BLUE value IS 102 (40.23% from 255) = 28.98%
R=24.43%
G=46.59%
B=28.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal861641020.4800.380.36132.3131.249.02
Hex56A4663002624841f31
Octal12624414660046442043761
Binary101011010100100110011011000001001101001001000010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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