#648240

Color #648240 Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #648240

Tints of Dingley #648240

Color information

#648240 (or 0x648240) is unknown color: approx 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

RGB10013064-
CMYK0.2300.510.49
HSL87.27º34.02%38.04%-
HSV(B)87.27º50.77%50.98%-
XYZ14.1619.047.78-
YUV113.51100.06118.37-

RGB Variations

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

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 (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100130640.2300.510.4987.2734.0238.04
Hex6482401703331572226
Octal14420210027063611274246
Binary11001001000001010000001011101100111100011010111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>