#628255

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

Shades of Glade Green #628255

Tints of Glade Green #628255

Color information

#628255 (or 0x628255) is unknown color: approx Glade Green. HEX triplet: 62, 82 and 55. RGB value is (98,130,85). Sum of RGB (Red+Green+Blue) = 98+130+85=313 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.31% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 85 (33.59% from 255 or 27.16% from 313); Max value from RGB is 130 - color contains mainly: green. Hex color #628255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628255 is #9D7DAA. Grayscale: #737373. Windows color (decimal): -10321323 or 5603938. OLE color: 5603938.

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

Color convert

RGB9813085-
CMYK0.2500.350.49
HSL102.67º20.93%42.16%-
HSV(B)102.67º34.62%50.98%-
XYZ14.6619.2211.53-
YUV115.3110.9115.66-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.31%
GREEN value IS 130 (51.17% from 255) = 41.53%
BLUE value IS 85 (33.59% from 255) = 27.16%
R=31.31%
G=41.53%
B=27.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98130850.2500.350.49102.6720.9342.16
Hex628255190233167152a
Octal14220212531043611472552
Binary1100010100000101010101110010100011110001110011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628255; }

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

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

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

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

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

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

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

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