Html Css Color HEX #618250 Glade Green

📋 copy color: '#618250'

red 97 ◦ green 130 ◦ blue 80

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

Shades of Glade Green #618250

Tints of Glade Green #618250

RGB

 RED value IS 97 (38.28% from 255) = 31.6%

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

 BLUE value IS 80 (31.64% from 255) = 26.06%

R = 31.6%
G = 42.35%
B = 26.06%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

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

RGB 97 130 80 -
CMYK 0.25 0 0.38 0.49
HSL 99.6º 0.24% 0.41% -
HSV(B) 99.6º 0.38% 0.51% -
XYZ 14.36 19.09 10.52 -
YUV 114.43 108.57 115.57 -
System Red Green Blue C M Y K H S L
Decimal 97 130 80 0.25 0 0.38 0.49 99.6 0.24 0.41
Hex 61 82 50 19 0 26 31 64 18 29
Octal 141 202 120 31 0 46 61 144 30 51
Binary 1100001 10000010 1010000 11001 0 100110 110001 1100100 11000 101001

Color Harmonies of #618250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618250

Black with #618250

Text Example


Text Example

White with #618250

Text Example


Text Example

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