#568050

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

Shades of Glade Green #568050

Tints of Glade Green #568050

Color information

#568050 (or 0x568050) is unknown color: approx Glade Green. HEX triplet: 56, 80 and 50. RGB value is (86,128,80). Sum of RGB (Red+Green+Blue) = 86+128+80=294 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.25% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 128 - color contains mainly: green. Hex color #568050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568050 is #A97FAF. Grayscale: #6E6E6E. Windows color (decimal): -11108272 or 5275734. OLE color: 5275734.

HSL color Cylindrical-coordinate representation of color #568050: hue angle of 112.5º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #568050 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB8612880-
CMYK0.3300.380.50
HSL112.5º23.08%40.78%-
HSV(B)112.5º37.5%50.2%-
XYZ131810.38-
YUV109.97111.09110.9-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.25%
GREEN value IS 128 (50.39% from 255) = 43.54%
BLUE value IS 80 (31.64% from 255) = 27.21%
R=29.25%
G=43.54%
B=27.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal86128800.3300.380.50112.523.0840.78
Hex5680502102632701729
Octal12620012041046621602751
Binary10101101000000010100001000010100110110010111000010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568050; }

 p { color: rgb(86,128,80); }

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

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

 a { background-color: rgb(86,128,80); }

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

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

 span { border-color: rgb(86,128,80); }

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