#56936A

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

Shades of Ocean Green #56936A

Tints of Ocean Green #56936A

Color information

#56936A (or 0x56936A) is unknown color: approx Ocean Green. HEX triplet: 56, 93 and 6A. RGB value is (86,147,106). Sum of RGB (Red+Green+Blue) = 86+147+106=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 147 - color contains mainly: green. Hex color #56936A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56936A is #A96C95. Grayscale: #7C7C7C. Windows color (decimal): -11103382 or 6984534. OLE color: 6984534.

HSL color Cylindrical-coordinate representation of color #56936A: hue angle of 139.67º 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 #56936A is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB86147106-
CMYK0.4100.280.42
HSL139.67º26.18%45.69%-
HSV(B)139.67º41.5%57.65%-
XYZ16.8723.8917.36-
YUV124.09117.79100.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.37%
GREEN value IS 147 (57.81% from 255) = 43.36%
BLUE value IS 106 (41.80% from 255) = 31.27%
R=25.37%
G=43.36%
B=31.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861471060.4100.280.42139.6726.1845.69
Hex56936A2901C2A8c1a2e
Octal12622315251034522143256
Binary10101101001001111010101010010111001010101000110011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56936A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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