#648336

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

Shades of Dingley #648336

Tints of Dingley #648336

Color information

#648336 (or 0x648336) is unknown color: approx Dingley. HEX triplet: 64, 83 and 36. RGB value is (100,131,54). Sum of RGB (Red+Green+Blue) = 100+131+54=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 131 - color contains mainly: green. Hex color #648336 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648336 is #9B7CC9. Grayscale: #717171. Windows color (decimal): -10190026 or 3572580. OLE color: 3572580.

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

Color convert

RGB10013154-
CMYK0.2400.590.49
HSL84.16º41.62%36.27%-
HSV(B)84.16º58.78%51.37%-
XYZ14.0419.216.46-
YUV112.9594.73118.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.09%
GREEN value IS 131 (51.56% from 255) = 45.96%
BLUE value IS 54 (21.48% from 255) = 18.95%
R=35.09%
G=45.96%
B=18.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100131540.2400.590.4984.1641.6236.27
Hex6483361803B31542a24
Octal1442036630073611245244
Binary1100100100000111101101100001110111100011010100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648336; }

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

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

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

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

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

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

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

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