#56B468

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

Shades of Fern #56B468

Tints of Fern #56B468

Color information

#56B468 (or 0x56B468) is unknown color: approx Fern. HEX triplet: 56, B4 and 68. RGB value is (86,180,104). Sum of RGB (Red+Green+Blue) = 86+180+104=370 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.24% from 370); Green value is 180 (70.70% from 255 or 48.65% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 180 - color contains mainly: green. Hex color #56B468 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56B468 is #A94B97. Grayscale: #8F8F8F. Windows color (decimal): -11094936 or 6861910. OLE color: 6861910.

HSL color Cylindrical-coordinate representation of color #56B468: hue angle of 131.49º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #56B468 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB86180104-
CMYK0.5200.420.29
HSL131.49º38.52%52.16%-
HSV(B)131.49º52.22%70.59%-
XYZ22.6635.6218.78-
YUV143.23105.8687.18-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.24%
GREEN value IS 180 (70.70% from 255) = 48.65%
BLUE value IS 104 (41.02% from 255) = 28.11%
R=23.24%
G=48.65%
B=28.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal861801040.5200.420.29131.4938.5252.16
Hex56B4683402A1D832734
Octal12626415064052352034764
Binary101011010110100110100011010001010101110110000011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56B468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,180,104); }

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

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

 a { background-color: rgb(86,180,104); }

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

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

 span { border-color: rgb(86,180,104); }

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