#628150

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

Shades of Glade Green #628150

Tints of Glade Green #628150

Color information

#628150 (or 0x628150) is unknown color: approx Glade Green. HEX triplet: 62, 81 and 50. RGB value is (98,129,80). Sum of RGB (Red+Green+Blue) = 98+129+80=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 129 - color contains mainly: green. Hex color #628150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628150 is #9D7EAF. Grayscale: #727272. Windows color (decimal): -10321584 or 5276002. OLE color: 5276002.

HSL color Cylindrical-coordinate representation of color #628150: hue angle of 97.96º degrees, saturation: 0.23, 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 #628150 is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB9812980-
CMYK0.2400.380.49
HSL97.96º23.44%40.98%-
HSV(B)97.96º37.98%50.59%-
XYZ14.3418.8810.48-
YUV114.15108.73116.48-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.92%
GREEN value IS 129 (50.78% from 255) = 42.02%
BLUE value IS 80 (31.64% from 255) = 26.06%
R=31.92%
G=42.02%
B=26.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal98129800.2400.380.4997.9623.4440.98
Hex6281501802631621729
Octal14220112030046611422751
Binary1100010100000011010000110000100110110001110001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628150; }

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

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

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

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

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

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

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

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