#648D48

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

Shades of Dingley #648D48

Tints of Dingley #648D48

Color information

#648D48 (or 0x648D48) is unknown color: approx Dingley. HEX triplet: 64, 8D and 48. RGB value is (100,141,72). Sum of RGB (Red+Green+Blue) = 100+141+72=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 141 (55.47% from 255 or 45.05% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 141 - color contains mainly: green. Hex color #648D48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648D48 is #9B72B7. Grayscale: #797979. Windows color (decimal): -10187448 or 4754788. OLE color: 4754788.

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

Color convert

RGB10014172-
CMYK0.2900.490.45
HSL95.65º32.39%41.76%-
HSV(B)95.65º48.94%55.29%-
XYZ15.9522.239.58-
YUV120.88100.42113.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.95%
GREEN value IS 141 (55.47% from 255) = 45.05%
BLUE value IS 72 (28.52% from 255) = 23.00%
R=31.95%
G=45.05%
B=23.00%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100141720.2900.490.4595.6532.3941.76
Hex648D481D0312D60202a
Octal14421511035061551404052
Binary11001001000110110010001110101100011011011100000100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #648D48;
 }
 .AnyTagClassName
 {
   color: #648D48;
 }
</style>
background-color css

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

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

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

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

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

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