#56946C

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

Shades of Ocean Green #56946C

Tints of Ocean Green #56946C

Color information

#56946C (or 0x56946C) is unknown color: approx Ocean Green. HEX triplet: 56, 94 and 6C. RGB value is (86,148,108). Sum of RGB (Red+Green+Blue) = 86+148+108=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 148 - color contains mainly: green. Hex color #56946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56946C is #A96B93. Grayscale: #7C7C7C. Windows color (decimal): -11103124 or 7115862. OLE color: 7115862.

HSL color Cylindrical-coordinate representation of color #56946C: hue angle of 141.29º 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 #56946C is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB86148108-
CMYK0.4200.270.42
HSL141.29º26.5%45.88%-
HSV(B)141.29º41.89%58.04%-
XYZ17.1324.2417.96-
YUV124.9118.46100.25-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.15%
GREEN value IS 148 (58.20% from 255) = 43.27%
BLUE value IS 108 (42.58% from 255) = 31.58%
R=25.15%
G=43.27%
B=31.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861481080.4200.270.42141.2926.545.88
Hex56946C2A01B2A8d1a2e
Octal12622415452033522153256
Binary10101101001010011011001010100110111010101000110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56946C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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