Html Css Color HEX #648C4A Glade Green

📋 copy color: '#648C4A'

red 100 ◦ green 140 ◦ blue 74

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

Shades of Glade Green #648C4A

Tints of Glade Green #648C4A

RGB

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

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

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

R = 31.85%
G = 44.59%
B = 23.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#648C4A (or 0x648C4A) is known color: Glade Green. HEX triplet: 64, 8C and 4A. RGB value is (100,140,74). Sum of RGB (Red+Green+Blue) = 100+140+74=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 140 (55.08% from 255 or 44.59% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 140 - color contains mainly: green. Hex color #648C4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648C4A is #9B73B5. Grayscale: #787878. Windows color (decimal): -10187702 or 4885604. OLE color: 4885604.

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

Color convert

RGB 100 140 74 -
CMYK 0.29 0 0.47 0.45
HSL 96.36º 0.31% 0.42% -
HSV(B) 96.36º 0.47% 0.55% -
XYZ 15.87 21.96 9.88 -
YUV 120.52 101.75 113.37 -
System Red Green Blue C M Y K H S L
Decimal 100 140 74 0.29 0 0.47 0.45 96.36 0.31 0.42
Hex 64 8C 4A 1D 0 2F 2D 60 1F 2A
Octal 144 214 112 35 0 57 55 140 37 52
Binary 1100100 10001100 1001010 11101 0 101111 101101 1100000 11111 101010

Color Harmonies of #648C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648C4A

Black with #648C4A

Text Example


Text Example

White with #648C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,140,74); }

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

background-color css

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

 a { background-color: rgb(100,140,74); }

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

border-color css

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

 span { border-color: rgb(100,140,74); }

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