#56A279

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

Shades of Ocean Green #56A279

Tints of Ocean Green #56A279

Color information

#56A279 (or 0x56A279) is unknown color: approx Ocean Green. HEX triplet: 56, A2 and 79. RGB value is (86,162,121). Sum of RGB (Red+Green+Blue) = 86+162+121=369 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.31% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 162 - color contains mainly: green. Hex color #56A279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A279 is #A95D86. Grayscale: #868686. Windows color (decimal): -11099527 or 7971414. OLE color: 7971414.

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

Color convert

RGB86162121-
CMYK0.4700.250.36
HSL147.63º30.65%48.63%-
HSV(B)147.63º46.91%63.53%-
XYZ20.2129.222.66-
YUV134.6120.3293.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.31%
GREEN value IS 162 (63.67% from 255) = 43.90%
BLUE value IS 121 (47.66% from 255) = 32.79%
R=23.31%
G=43.90%
B=32.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal861621210.4700.250.36147.6330.6548.63
Hex56A2792F01924941f31
Octal12624217157031442243761
Binary10101101010001011110011011110110011001001001010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,162,121); }

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

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

 a { background-color: rgb(86,162,121); }

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

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

 span { border-color: rgb(86,162,121); }

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