#56A46E

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

Shades of Ocean Green #56A46E

Tints of Ocean Green #56A46E

Color information

#56A46E (or 0x56A46E) is unknown color: approx Ocean Green. HEX triplet: 56, A4 and 6E. RGB value is (86,164,110). Sum of RGB (Red+Green+Blue) = 86+164+110=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 164 (64.45% from 255 or 45.56% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 164 - color contains mainly: green. Hex color #56A46E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A46E is #A95B91. Grayscale: #868686. Windows color (decimal): -11099026 or 7251030. OLE color: 7251030.

HSL color Cylindrical-coordinate representation of color #56A46E: hue angle of 138.46º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56A46E is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB86164110-
CMYK0.4800.330.36
HSL138.46º31.2%49.02%-
HSV(B)138.46º47.56%64.31%-
XYZ19.9329.6619.43-
YUV134.52114.1693.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.89%
GREEN value IS 164 (64.45% from 255) = 45.56%
BLUE value IS 110 (43.36% from 255) = 30.56%
R=23.89%
G=45.56%
B=30.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal861641100.4800.330.36138.4631.249.02
Hex56A46E30021248a1f31
Octal12624415660041442123761
Binary101011010100100110111011000001000011001001000101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56A46E; }

 p { color: rgb(86,164,110); }

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

<style>
 a { background-color: #56A46E; }

 a { background-color: rgb(86,164,110); }

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

<style>
 span { border-color: #56A46E; }

 span { border-color: rgb(86,164,110); }

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