Html Css Color HEX #638250 Glade Green

📋 copy color: '#638250'

red 99 ◦ green 130 ◦ blue 80

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

Shades of Glade Green #638250

Tints of Glade Green #638250

RGB

 RED value IS 99 (39.06% from 255) = 32.04%

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

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

R = 32.04%
G = 42.07%
B = 25.89%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#638250 (or 0x638250) is known color: Glade Green. HEX triplet: 63, 82 and 50. RGB value is (99,130,80). Sum of RGB (Red+Green+Blue) = 99+130+80=309 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.04% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 130 - color contains mainly: green. Hex color #638250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638250 is #9C7DAF. Grayscale: #737373. Windows color (decimal): -10255792 or 5276259. OLE color: 5276259.

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

Color convert

RGB 99 130 80 -
CMYK 0.24 0 0.38 0.49
HSL 97.2º 0.24% 0.41% -
HSV(B) 97.2º 0.38% 0.51% -
XYZ 14.58 19.2 10.53 -
YUV 115.03 108.23 116.57 -
System Red Green Blue C M Y K H S L
Decimal 99 130 80 0.24 0 0.38 0.49 97.2 0.24 0.41
Hex 63 82 50 18 0 26 31 61 18 29
Octal 143 202 120 30 0 46 61 141 30 51
Binary 1100011 10000010 1010000 11000 0 100110 110001 1100001 11000 101001

Color Harmonies of #638250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638250

Black with #638250

Text Example


Text Example

White with #638250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638250; }

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

 H1.HeaderClassName
 {
   color: #638250;
 }
 .AnyTagClassName
 {
   color: #638250;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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