#648349

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

Shades of Dingley #648349

Tints of Dingley #648349

Color information

#648349 (or 0x648349) is unknown color: approx Dingley. HEX triplet: 64, 83 and 49. RGB value is (100,131,73). Sum of RGB (Red+Green+Blue) = 100+131+73=304 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.89% from 304); Green value is 131 (51.56% from 255 or 43.09% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 131 - color contains mainly: green. Hex color #648349 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648349 is #9B7CB6. Grayscale: #737373. Windows color (decimal): -10190007 or 4817764. OLE color: 4817764.

HSL color Cylindrical-coordinate representation of color #648349: hue angle of 92.07º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #648349 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB10013173-
CMYK0.2400.440.49
HSL92.07º28.43%40%-
HSV(B)92.07º44.27%51.37%-
XYZ14.5719.429.28-
YUV115.12104.23117.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.89%
GREEN value IS 131 (51.56% from 255) = 43.09%
BLUE value IS 73 (28.91% from 255) = 24.01%
R=32.89%
G=43.09%
B=24.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100131730.2400.440.4992.0728.4340
Hex6483491802C315c1c28
Octal14420311130054611343450
Binary1100100100000111001001110000101100110001101110011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648349; }

 p { color: rgb(100,131,73); }

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

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

 a { background-color: rgb(100,131,73); }

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

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

 span { border-color: rgb(100,131,73); }

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