#56A275

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

Shades of Ocean Green #56A275

Tints of Ocean Green #56A275

Color information

#56A275 (or 0x56A275) is unknown color: approx Ocean Green. HEX triplet: 56, A2 and 75. RGB value is (86,162,117). Sum of RGB (Red+Green+Blue) = 86+162+117=365 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.56% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 162 - color contains mainly: green. Hex color #56A275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A275 is #A95D8A. Grayscale: #868686. Windows color (decimal): -11099531 or 7709270. OLE color: 7709270.

HSL color Cylindrical-coordinate representation of color #56A275: hue angle of 144.47º 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 #56A275 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB86162117-
CMYK0.4700.280.36
HSL144.47º30.65%48.63%-
HSV(B)144.47º46.91%63.53%-
XYZ19.9729.121.39-
YUV134.15118.3293.66-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.56%
GREEN value IS 162 (63.67% from 255) = 44.38%
BLUE value IS 117 (46.09% from 255) = 32.05%
R=23.56%
G=44.38%
B=32.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal861621170.4700.280.36144.4730.6548.63
Hex56A2752F01C24901f31
Octal12624216557034442203761
Binary10101101010001011101011011110111001001001001000011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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