#56b37d

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

Shades of Ocean Green #56B37D

Tints of Ocean Green #56B37D

Color information

#56B37D (or 0x56B37D) is unknown color: approx Ocean Green. HEX triplet: 56, B3 and 7D. RGB value is (86,179,125). Sum of RGB (Red+Green+Blue) = 86+179+125=390 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.05% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 179 - color contains mainly: green. Hex color #56B37D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56B37D is #A94C82. Grayscale: #919191. Windows color (decimal): -11095171 or 8237910. OLE color: 8237910.

HSL color Cylindrical-coordinate representation of color #56B37D: hue angle of 145.16º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #56B37D is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB86179125-
CMYK0.5200.300.30
HSL145.16º37.96%51.96%-
HSV(B)145.16º51.96%70.2%-
XYZ23.6635.725.05-
YUV145.04116.6985.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.05%
GREEN value IS 179 (70.31% from 255) = 45.90%
BLUE value IS 125 (49.22% from 255) = 32.05%
R=22.05%
G=45.90%
B=32.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal861791250.5200.300.30145.1637.9651.96
Hex56B37D3401E1E912634
Octal12626317564036362214664
Binary10101101011001111111011101000111101111010010001100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56b37d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,179,125); }

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

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

 a { background-color: rgb(86,179,125); }

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

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

 span { border-color: rgb(86,179,125); }

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