#649344

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

Shades of Dingley #649344

Tints of Dingley #649344

Color information

#649344 (or 0x649344) is unknown color: approx Dingley. HEX triplet: 64, 93 and 44. RGB value is (100,147,68). Sum of RGB (Red+Green+Blue) = 100+147+68=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #649344 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649344 is #9B6CBB. Grayscale: #7C7C7C. Windows color (decimal): -10185916 or 4494180. OLE color: 4494180.

HSL color Cylindrical-coordinate representation of color #649344: hue angle of 95.7º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #649344 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB10014768-
CMYK0.3200.540.42
HSL95.7º36.74%42.16%-
HSV(B)95.7º53.74%57.65%-
XYZ16.7323.999.22-
YUV123.9496.43110.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.75%
GREEN value IS 147 (57.81% from 255) = 46.67%
BLUE value IS 68 (26.95% from 255) = 21.59%
R=31.75%
G=46.67%
B=21.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100147680.3200.540.4295.736.7442.16
Hex649344200362A60252a
Octal14422310440066521404552
Binary110010010010011100010010000001101101010101100000100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649344; }

 p { color: rgb(100,147,68); }

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

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

 a { background-color: rgb(100,147,68); }

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

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

 span { border-color: rgb(100,147,68); }

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