#618250

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

Shades of Glade Green #618250

Tints of Glade Green #618250

Color information

#618250 (or 0x618250) is unknown color: approx Glade Green. HEX triplet: 61, 82 and 50. RGB value is (97,130,80). Sum of RGB (Red+Green+Blue) = 97+130+80=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 130 - color contains mainly: green. Hex color #618250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618250 is #9E7DAF. Grayscale: #727272. Windows color (decimal): -10386864 or 5276257. OLE color: 5276257.

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

Color convert

RGB9713080-
CMYK0.2500.380.49
HSL99.6º23.81%41.18%-
HSV(B)99.6º38.46%50.98%-
XYZ14.3619.0910.52-
YUV114.43108.57115.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.60%
GREEN value IS 130 (51.17% from 255) = 42.35%
BLUE value IS 80 (31.64% from 255) = 26.06%
R=31.60%
G=42.35%
B=26.06%

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
Decimal97130800.2500.380.4999.623.8141.18
Hex6182501902631641829
Octal14120212031046611443051
Binary1100001100000101010000110010100110110001110010011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618250; }

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

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

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

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

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

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

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

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