#56926D

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

Shades of Ocean Green #56926D

Tints of Ocean Green #56926D

Color information

#56926D (or 0x56926D) is unknown color: approx Ocean Green. HEX triplet: 56, 92 and 6D. RGB value is (86,146,109). Sum of RGB (Red+Green+Blue) = 86+146+109=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 146 - color contains mainly: green. Hex color #56926D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56926D is #A96D92. Grayscale: #7B7B7B. Windows color (decimal): -11103635 or 7180886. OLE color: 7180886.

HSL color Cylindrical-coordinate representation of color #56926D: hue angle of 143º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #56926D is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB86146109-
CMYK0.4100.250.43
HSL143º25.86%45.49%-
HSV(B)143º41.1%57.25%-
XYZ16.8823.6418.14-
YUV123.84119.62101.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.22%
GREEN value IS 146 (57.42% from 255) = 42.82%
BLUE value IS 109 (42.97% from 255) = 31.96%
R=25.22%
G=42.82%
B=31.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal861461090.4100.250.4314325.8645.49
Hex56926D290192B8f1a2d
Octal12622215551031532173255
Binary10101101001001011011011010010110011010111000111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56926D; }

 p { color: rgb(86,146,109); }

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

<style>
 a { background-color: #56926D; }

 a { background-color: rgb(86,146,109); }

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

<style>
 span { border-color: #56926D; }

 span { border-color: rgb(86,146,109); }

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