Html Css Color HEX #638A4A Glade Green

📋 copy color: '#638A4A'

red 99 ◦ green 138 ◦ blue 74

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

Shades of Glade Green #638A4A

Tints of Glade Green #638A4A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.37%

 BLUE value IS 74 (29.3% from 255) = 23.79%

R = 31.83%
G = 44.37%
B = 23.79%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.46

 K value IS 0.46

RGB Variations

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

Color information

#638A4A (or 0x638A4A) is known color: Glade Green. HEX triplet: 63, 8A and 4A. RGB value is (99,138,74). Sum of RGB (Red+Green+Blue) = 99+138+74=311 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.83% from 311); Green value is 138 (54.30% from 255 or 44.37% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 138 - color contains mainly: green. Hex color #638A4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638A4A is #9C75B5. Grayscale: #777777. Windows color (decimal): -10253750 or 4885091. OLE color: 4885091.

HSL color Cylindrical-coordinate representation of color #638A4A: hue angle of 96.56º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #638A4A is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB 99 138 74 -
CMYK 0.28 0 0.46 0.46
HSL 96.56º 0.3% 0.42% -
HSV(B) 96.56º 0.46% 0.54% -
XYZ 15.47 21.32 9.78 -
YUV 119.04 102.58 113.7 -
System Red Green Blue C M Y K H S L
Decimal 99 138 74 0.28 0 0.46 0.46 96.56 0.3 0.42
Hex 63 8A 4A 1C 0 2E 2E 61 1E 2A
Octal 143 212 112 34 0 56 56 141 36 52
Binary 1100011 10001010 1001010 11100 0 101110 101110 1100001 11110 101010

Color Harmonies of #638A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638A4A

Black with #638A4A

Text Example


Text Example

White with #638A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,138,74); }

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

background-color css

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

 a { background-color: rgb(99,138,74); }

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

border-color css

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

 span { border-color: rgb(99,138,74); }

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