#56936F

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

Shades of Ocean Green #56936F

Tints of Ocean Green #56936F

Color information

#56936F (or 0x56936F) is unknown color: approx Ocean Green. HEX triplet: 56, 93 and 6F. RGB value is (86,147,111). Sum of RGB (Red+Green+Blue) = 86+147+111=344 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 147 - color contains mainly: green. Hex color #56936F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56936F is #A96C90. Grayscale: #7C7C7C. Windows color (decimal): -11103377 or 7312214. OLE color: 7312214.

HSL color Cylindrical-coordinate representation of color #56936F: hue angle of 144.59º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #56936F is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB86147111-
CMYK0.4100.240.42
HSL144.59º26.18%45.69%-
HSV(B)144.59º41.5%57.65%-
XYZ17.1423.9918.77-
YUV124.66120.29100.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25%
GREEN value IS 147 (57.81% from 255) = 42.73%
BLUE value IS 111 (43.75% from 255) = 32.27%
R=25%
G=42.73%
B=32.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861471110.4100.240.42144.5926.1845.69
Hex56936F290182A911a2e
Octal12622315751030522213256
Binary10101101001001111011111010010110001010101001000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56936F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56936F; }

 p { color: rgb(86,147,111); }

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

<style>
 a { background-color: #56936F; }

 a { background-color: rgb(86,147,111); }

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

<style>
 span { border-color: #56936F; }

 span { border-color: rgb(86,147,111); }

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