Html Css Color HEX #648F48 Glade Green

📋 copy color: '#648F48'

red 100 ◦ green 143 ◦ blue 72

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

Shades of Glade Green #648F48

Tints of Glade Green #648F48

RGB

 RED value IS 100 (39.45% from 255) = 31.75%

 GREEN value IS 143 (56.25% from 255) = 45.4%

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

R = 31.75%
G = 45.4%
B = 22.86%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.50

 K value IS 0.44

RGB Variations

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

Color information

#648F48 (or 0x648F48) is known color: Glade Green. HEX triplet: 64, 8F and 48. RGB value is (100,143,72). Sum of RGB (Red+Green+Blue) = 100+143+72=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 143 (56.25% from 255 or 45.40% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 143 - color contains mainly: green. Hex color #648F48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648F48 is #9B70B7. Grayscale: #7A7A7A. Windows color (decimal): -10186936 or 4755300. OLE color: 4755300.

HSL color Cylindrical-coordinate representation of color #648F48: hue angle of 96.34º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #648F48 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 143 72 -
CMYK 0.30 0 0.50 0.44
HSL 96.34º 0.33% 0.42% -
HSV(B) 96.34º 0.5% 0.56% -
XYZ 16.25 22.82 9.68 -
YUV 122.05 99.75 112.27 -
System Red Green Blue C M Y K H S L
Decimal 100 143 72 0.30 0 0.50 0.44 96.34 0.33 0.42
Hex 64 8F 48 1E 0 32 2C 60 21 2A
Octal 144 217 110 36 0 62 54 140 41 52
Binary 1100100 10001111 1001000 11110 0 110010 101100 1100000 100001 101010

Color Harmonies of #648F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648F48

Black with #648F48

Text Example


Text Example

White with #648F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648F48; }

 p { color: rgb(100,143,72); }

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

background-color css

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

 a { background-color: rgb(100,143,72); }

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

border-color css

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

 span { border-color: rgb(100,143,72); }

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