Html Css Color HEX #638C48 Glade Green

📋 copy color: '#638C48'

red 99 ◦ green 140 ◦ blue 72

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

Shades of Glade Green #638C48

Tints of Glade Green #638C48

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.02%

 BLUE value IS 72 (28.52% from 255) = 23.15%

R = 31.83%
G = 45.02%
B = 23.15%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#638C48 (or 0x638C48) is known color: Glade Green. HEX triplet: 63, 8C and 48. RGB value is (99,140,72). Sum of RGB (Red+Green+Blue) = 99+140+72=311 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.83% from 311); Green value is 140 (55.08% from 255 or 45.02% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 140 - color contains mainly: green. Hex color #638C48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638C48 is #9C73B7. Grayscale: #787878. Windows color (decimal): -10253240 or 4754531. OLE color: 4754531.

HSL color Cylindrical-coordinate representation of color #638C48: hue angle of 96.18º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #638C48 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 140 72 -
CMYK 0.29 0 0.49 0.45
HSL 96.18º 0.32% 0.42% -
HSV(B) 96.18º 0.49% 0.55% -
XYZ 15.69 21.88 9.53 -
YUV 119.99 100.92 113.03 -
System Red Green Blue C M Y K H S L
Decimal 99 140 72 0.29 0 0.49 0.45 96.18 0.32 0.42
Hex 63 8C 48 1D 0 31 2D 60 20 2A
Octal 143 214 110 35 0 61 55 140 40 52
Binary 1100011 10001100 1001000 11101 0 110001 101101 1100000 100000 101010

Color Harmonies of #638C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638C48

Black with #638C48

Text Example


Text Example

White with #638C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638C48; }

 p { color: rgb(99,140,72); }

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

background-color css

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

 a { background-color: rgb(99,140,72); }

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

border-color css

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

 span { border-color: rgb(99,140,72); }

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