#56A574

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

Shades of Ocean Green #56A574

Tints of Ocean Green #56A574

Color information

#56A574 (or 0x56A574) is unknown color: approx Ocean Green. HEX triplet: 56, A5 and 74. RGB value is (86,165,116). Sum of RGB (Red+Green+Blue) = 86+165+116=367 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.43% from 367); Green value is 165 (64.84% from 255 or 44.96% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 165 - color contains mainly: green. Hex color #56A574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A574 is #A95A8B. Grayscale: #878787. Windows color (decimal): -11098764 or 7644502. OLE color: 7644502.

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

Color convert

RGB86165116-
CMYK0.4800.300.35
HSL142.78º31.47%49.22%-
HSV(B)142.78º47.88%64.71%-
XYZ20.4530.1521.26-
YUV135.79116.8392.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.43%
GREEN value IS 165 (64.84% from 255) = 44.96%
BLUE value IS 116 (45.70% from 255) = 31.61%
R=23.43%
G=44.96%
B=31.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal861651160.4800.300.35142.7831.4749.22
Hex56A5743001E238f1f31
Octal12624516460036432173761
Binary10101101010010111101001100000111101000111000111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56A574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,165,116); }

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

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

 a { background-color: rgb(86,165,116); }

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

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

 span { border-color: rgb(86,165,116); }

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