Html Css Color HEX #648140 Dingley

📋 copy color: '#648140'

red 100 ◦ green 129 ◦ blue 64

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

Shades of Dingley #648140

Tints of Dingley #648140

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.03%

 BLUE value IS 64 (25.39% from 255) = 21.84%

R = 34.13%
G = 44.03%
B = 21.84%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#648140 (or 0x648140) is known color: Dingley. HEX triplet: 64, 81 and 40. RGB value is (100,129,64). Sum of RGB (Red+Green+Blue) = 100+129+64=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 129 (50.78% from 255 or 44.03% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 129 - color contains mainly: green. Hex color #648140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648140 is #9B7EBF. Grayscale: #717171. Windows color (decimal): -10190528 or 4227428. OLE color: 4227428.

HSL color Cylindrical-coordinate representation of color #648140: hue angle of 86.77º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #648140 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 129 64 -
CMYK 0.22 0 0.50 0.49
HSL 86.77º 0.34% 0.38% -
HSV(B) 86.77º 0.5% 0.51% -
XYZ 14.03 18.78 7.74 -
YUV 112.92 100.39 118.79 -
System Red Green Blue C M Y K H S L
Decimal 100 129 64 0.22 0 0.50 0.49 86.77 0.34 0.38
Hex 64 81 40 16 0 32 31 57 22 26
Octal 144 201 100 26 0 62 61 127 42 46
Binary 1100100 10000001 1000000 10110 0 110010 110001 1010111 100010 100110

Color Harmonies of #648140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648140

Black with #648140

Text Example


Text Example

White with #648140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648140; }

 p { color: rgb(100,129,64); }

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

background-color css

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

 a { background-color: rgb(100,129,64); }

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

border-color css

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

 span { border-color: rgb(100,129,64); }

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