#628252

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

Shades of Glade Green #628252

Tints of Glade Green #628252

Color information

#628252 (or 0x628252) is unknown color: approx Glade Green. HEX triplet: 62, 82 and 52. RGB value is (98,130,82). Sum of RGB (Red+Green+Blue) = 98+130+82=310 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.61% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 130 - color contains mainly: green. Hex color #628252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628252 is #9D7DAD. Grayscale: #737373. Windows color (decimal): -10321326 or 5407330. OLE color: 5407330.

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

Color convert

RGB9813082-
CMYK0.2500.370.49
HSL100º22.64%41.57%-
HSV(B)100º36.92%50.98%-
XYZ14.5419.1710.92-
YUV114.96109.4115.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.61%
GREEN value IS 130 (51.17% from 255) = 41.94%
BLUE value IS 82 (32.42% from 255) = 26.45%
R=31.61%
G=41.94%
B=26.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98130820.2500.370.4910022.6441.57
Hex628252190253164172a
Octal14220212231045611442752
Binary1100010100000101010010110010100101110001110010010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628252; }

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

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

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

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

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

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

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

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