#56B875

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

Shades of Emerald #56B875

Tints of Emerald #56B875

Color information

#56B875 (or 0x56B875) is unknown color: approx Emerald. HEX triplet: 56, B8 and 75. RGB value is (86,184,117). Sum of RGB (Red+Green+Blue) = 86+184+117=387 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.22% from 387); Green value is 184 (72.27% from 255 or 47.55% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 184 - color contains mainly: green. Hex color #56B875 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56B875 is #A9478A. Grayscale: #939393. Windows color (decimal): -11093899 or 7714902. OLE color: 7714902.

HSL color Cylindrical-coordinate representation of color #56B875: hue angle of 138.98º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #56B875 is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB86184117-
CMYK0.5300.360.28
HSL138.98º40.83%52.94%-
HSV(B)138.98º53.26%72.16%-
XYZ24.1937.5422.8-
YUV147.06111.0384.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.22%
GREEN value IS 184 (72.27% from 255) = 47.55%
BLUE value IS 117 (46.09% from 255) = 30.23%
R=22.22%
G=47.55%
B=30.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal861841170.5300.360.28138.9840.8352.94
Hex56B875350241C8b2935
Octal12627016565044342135165
Binary101011010111000111010111010101001001110010001011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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