#56A276

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

Shades of Ocean Green #56A276

Tints of Ocean Green #56A276

Color information

#56A276 (or 0x56A276) is unknown color: approx Ocean Green. HEX triplet: 56, A2 and 76. RGB value is (86,162,118). Sum of RGB (Red+Green+Blue) = 86+162+118=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 162 (63.67% from 255 or 44.26% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 162 - color contains mainly: green. Hex color #56A276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A276 is #A95D89. Grayscale: #868686. Windows color (decimal): -11099530 or 7774806. OLE color: 7774806.

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

Color convert

RGB86162118-
CMYK0.4700.270.36
HSL145.26º30.65%48.63%-
HSV(B)145.26º46.91%63.53%-
XYZ20.0329.1321.71-
YUV134.26118.8293.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.50%
GREEN value IS 162 (63.67% from 255) = 44.26%
BLUE value IS 118 (46.48% from 255) = 32.24%
R=23.50%
G=44.26%
B=32.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal861621180.4700.270.36145.2630.6548.63
Hex56A2762F01B24911f31
Octal12624216657033442213761
Binary10101101010001011101101011110110111001001001000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,162,118); }

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

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

 a { background-color: rgb(86,162,118); }

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

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

 span { border-color: rgb(86,162,118); }

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