Html Css Color HEX #648240 Dingley

📋 copy color: '#648240'

red 100 ◦ green 130 ◦ blue 64

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

Shades of Dingley #648240

Tints of Dingley #648240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.22%

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

R = 34.01%
G = 44.22%
B = 21.77%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#648240 (or 0x648240) is known color: Dingley. HEX triplet: 64, 82 and 40. RGB value is (100,130,64). Sum of RGB (Red+Green+Blue) = 100+130+64=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #648240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648240 is #9B7DBF. Grayscale: #717171. Windows color (decimal): -10190272 or 4227684. OLE color: 4227684.

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

Color convert

RGB 100 130 64 -
CMYK 0.23 0 0.51 0.49
HSL 87.27º 0.34% 0.38% -
HSV(B) 87.27º 0.51% 0.51% -
XYZ 14.16 19.04 7.78 -
YUV 113.51 100.06 118.37 -
System Red Green Blue C M Y K H S L
Decimal 100 130 64 0.23 0 0.51 0.49 87.27 0.34 0.38
Hex 64 82 40 17 0 33 31 57 22 26
Octal 144 202 100 27 0 63 61 127 42 46
Binary 1100100 10000010 1000000 10111 0 110011 110001 1010111 100010 100110

Color Harmonies of #648240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648240

Black with #648240

Text Example


Text Example

White with #648240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648240; }

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

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

background-color css

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

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

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

border-color css

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

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

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