#628450

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

Shades of Glade Green #628450

Tints of Glade Green #628450

Color information

#628450 (or 0x628450) is unknown color: approx Glade Green. HEX triplet: 62, 84 and 50. RGB value is (98,132,80). Sum of RGB (Red+Green+Blue) = 98+132+80=310 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.61% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 132 - color contains mainly: green. Hex color #628450 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628450 is #9D7BAF. Grayscale: #747474. Windows color (decimal): -10320816 or 5276770. OLE color: 5276770.

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

Color convert

RGB9813280-
CMYK0.2600.390.48
HSL99.23º24.53%41.57%-
HSV(B)99.23º39.39%51.76%-
XYZ14.7419.6810.61-
YUV115.91107.74115.23-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.61%
GREEN value IS 132 (51.95% from 255) = 42.58%
BLUE value IS 80 (31.64% from 255) = 25.81%
R=31.61%
G=42.58%
B=25.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal98132800.2600.390.4899.2324.5341.57
Hex6284501A0273063192a
Octal14220412032047601433152
Binary1100010100001001010000110100100111110000110001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628450; }

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

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

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

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

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

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

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

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