#648D42

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

Shades of Dingley #648D42

Tints of Dingley #648D42

Color information

#648D42 (or 0x648D42) is unknown color: approx Dingley. HEX triplet: 64, 8D and 42. RGB value is (100,141,66). Sum of RGB (Red+Green+Blue) = 100+141+66=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 141 - color contains mainly: green. Hex color #648D42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648D42 is #9B72BD. Grayscale: #787878. Windows color (decimal): -10187454 or 4361572. OLE color: 4361572.

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

Color convert

RGB10014166-
CMYK0.2900.530.45
HSL92.8º36.23%40.59%-
HSV(B)92.8º53.19%55.29%-
XYZ15.7622.158.6-
YUV120.1997.42113.6-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.57%
GREEN value IS 141 (55.47% from 255) = 45.93%
BLUE value IS 66 (26.17% from 255) = 21.50%
R=32.57%
G=45.93%
B=21.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100141660.2900.530.4592.836.2340.59
Hex648D421D0352D5d2429
Octal14421510235065551354451
Binary11001001000110110000101110101101011011011011101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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