Html Css Color HEX #638550 Glade Green

📋 copy color: '#638550'

red 99 ◦ green 133 ◦ blue 80

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

Shades of Glade Green #638550

Tints of Glade Green #638550

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.63%

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

R = 31.73%
G = 42.63%
B = 25.64%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#638550 (or 0x638550) is known color: Glade Green. HEX triplet: 63, 85 and 50. RGB value is (99,133,80). Sum of RGB (Red+Green+Blue) = 99+133+80=312 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.73% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 133 - color contains mainly: green. Hex color #638550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638550 is #9C7AAF. Grayscale: #747474. Windows color (decimal): -10255024 or 5277027. OLE color: 5277027.

HSL color Cylindrical-coordinate representation of color #638550: hue angle of 98.49º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #638550 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 133 80 -
CMYK 0.26 0 0.40 0.48
HSL 98.49º 0.25% 0.42% -
HSV(B) 98.49º 0.4% 0.52% -
XYZ 14.98 20.01 10.66 -
YUV 116.79 107.24 115.31 -
System Red Green Blue C M Y K H S L
Decimal 99 133 80 0.26 0 0.40 0.48 98.49 0.25 0.42
Hex 63 85 50 1A 0 28 30 62 19 2A
Octal 143 205 120 32 0 50 60 142 31 52
Binary 1100011 10000101 1010000 11010 0 101000 110000 1100010 11001 101010

Color Harmonies of #638550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638550

Black with #638550

Text Example


Text Example

White with #638550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638550; }

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

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

background-color css

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

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

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

border-color css

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

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

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