#56946F

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

Shades of Ocean Green #56946F

Tints of Ocean Green #56946F

Color information

#56946F (or 0x56946F) is unknown color: approx Ocean Green. HEX triplet: 56, 94 and 6F. RGB value is (86,148,111). Sum of RGB (Red+Green+Blue) = 86+148+111=345 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.93% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 148 - color contains mainly: green. Hex color #56946F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56946F is #A96B90. Grayscale: #7D7D7D. Windows color (decimal): -11103121 or 7312470. OLE color: 7312470.

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

Color convert

RGB86148111-
CMYK0.4200.250.42
HSL144.19º26.5%45.88%-
HSV(B)144.19º41.89%58.04%-
XYZ17.324.3118.82-
YUV125.24119.96100.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.93%
GREEN value IS 148 (58.20% from 255) = 42.90%
BLUE value IS 111 (43.75% from 255) = 32.17%
R=24.93%
G=42.90%
B=32.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861481110.4200.250.42144.1926.545.88
Hex56946F2A0192A901a2e
Octal12622415752031522203256
Binary10101101001010011011111010100110011010101001000011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56946F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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