Html Css Color HEX #628256 Glade Green

📋 copy color: '#628256'

red 98 ◦ green 130 ◦ blue 86

#628256
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glade Green #628256

Tints of Glade Green #628256

RGB

 RED value IS 98 (38.67% from 255) = 31.21%

 GREEN value IS 130 (51.17% from 255) = 41.4%

 BLUE value IS 86 (33.98% from 255) = 27.39%

R = 31.21%
G = 41.4%
B = 27.39%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#628256 (or 0x628256) is known color: 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

RGB 98 130 86 -
CMYK 0.25 0 0.34 0.49
HSL 103.64º 0.2% 0.42% -
HSV(B) 103.64º 0.34% 0.51% -
XYZ 14.7 19.23 11.74 -
YUV 115.42 111.4 115.58 -
System Red Green Blue C M Y K H S L
Decimal 98 130 86 0.25 0 0.34 0.49 103.64 0.2 0.42
Hex 62 82 56 19 0 22 31 68 14 2A
Octal 142 202 126 31 0 42 61 150 24 52
Binary 1100010 10000010 1010110 11001 0 100010 110001 1101000 10100 101010

Color Harmonies of #628256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628256

Black with #628256

Text Example


Text Example

White with #628256

Text Example


Text Example

HTML Codes & Css Web 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>