#56A271

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

Shades of Ocean Green #56A271

Tints of Ocean Green #56A271

Color information

#56A271 (or 0x56A271) is unknown color: approx Ocean Green. HEX triplet: 56, A2 and 71. RGB value is (86,162,113). Sum of RGB (Red+Green+Blue) = 86+162+113=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 162 (63.67% from 255 or 44.88% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 162 - color contains mainly: green. Hex color #56A271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A271 is #A95D8E. Grayscale: #858585. Windows color (decimal): -11099535 or 7447126. OLE color: 7447126.

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

Color convert

RGB86162113-
CMYK0.4700.300.36
HSL141.32º30.65%48.63%-
HSV(B)141.32º46.91%63.53%-
XYZ19.7429.0120.18-
YUV133.69116.3293.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.82%
GREEN value IS 162 (63.67% from 255) = 44.88%
BLUE value IS 113 (44.53% from 255) = 31.30%
R=23.82%
G=44.88%
B=31.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal861621130.4700.300.36141.3230.6548.63
Hex56A2712F01E248d1f31
Octal12624216157036442153761
Binary10101101010001011100011011110111101001001000110111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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