#628256

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

Shades of Glade Green #628256

Tints of Glade Green #628256

Color information

#628256 (or 0x628256) is unknown color: approx Glade Green. HEX triplet: 62, 82 and 56. RGB value is (98,130,86). Sum of RGB (Red+Green+Blue) = 98+130+86=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #628256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628256 is #9D7DA9. Grayscale: #737373. Windows color (decimal): -10321322 or 5669474. OLE color: 5669474.

HSL color Cylindrical-coordinate representation of color #628256: hue angle of 103.64º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #628256 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB9813086-
CMYK0.2500.340.49
HSL103.64º20.37%42.35%-
HSV(B)103.64º33.85%50.98%-
XYZ14.719.2311.74-
YUV115.42111.4115.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.21%
GREEN value IS 130 (51.17% from 255) = 41.40%
BLUE value IS 86 (33.98% from 255) = 27.39%
R=31.21%
G=41.40%
B=27.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98130860.2500.340.49103.6420.3742.35
Hex628256190223168142a
Octal14220212631042611502452
Binary1100010100000101010110110010100010110001110100010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628256; }

 p { color: rgb(98,130,86); }

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

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

 a { background-color: rgb(98,130,86); }

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

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

 span { border-color: rgb(98,130,86); }

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