#628250

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

Shades of Glade Green #628250

Tints of Glade Green #628250

Color information

#628250 (or 0x628250) is unknown color: approx Glade Green. HEX triplet: 62, 82 and 50. RGB value is (98,130,80). Sum of RGB (Red+Green+Blue) = 98+130+80=308 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.82% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #628250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628250 is #9D7DAF. Grayscale: #727272. Windows color (decimal): -10321328 or 5276258. OLE color: 5276258.

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

Color convert

RGB9813080-
CMYK0.2500.380.49
HSL98.4º23.81%41.18%-
HSV(B)98.4º38.46%50.98%-
XYZ14.4719.1410.52-
YUV114.73108.4116.07-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.82%
GREEN value IS 130 (51.17% from 255) = 42.21%
BLUE value IS 80 (31.64% from 255) = 25.97%
R=31.82%
G=42.21%
B=25.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98130800.2500.380.4998.423.8141.18
Hex6282501902631621829
Octal14220212031046611423051
Binary1100010100000101010000110010100110110001110001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628250; }

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

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

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

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

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

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

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

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