#648539

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

Shades of Dingley #648539

Tints of Dingley #648539

Color information

#648539 (or 0x648539) is unknown color: approx Dingley. HEX triplet: 64, 85 and 39. RGB value is (100,133,57). Sum of RGB (Red+Green+Blue) = 100+133+57=290 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.48% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 57 (22.66% from 255 or 19.66% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #648539 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648539 is #9B7AC6. Grayscale: #727272. Windows color (decimal): -10189511 or 3769700. OLE color: 3769700.

HSL color Cylindrical-coordinate representation of color #648539: hue angle of 86.05º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #648539 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB10013357-
CMYK0.2500.570.48
HSL86.05º40%37.25%-
HSV(B)86.05º57.14%52.16%-
XYZ14.3819.786.93-
YUV114.4795.57117.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.48%
GREEN value IS 133 (52.34% from 255) = 45.86%
BLUE value IS 57 (22.66% from 255) = 19.66%
R=34.48%
G=45.86%
B=19.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100133570.2500.570.4886.054037.25
Hex6485391903930562825
Octal1442057131071601265045
Binary1100100100001011110011100101110011100001010110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648539; }

 p { color: rgb(100,133,57); }

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

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

 a { background-color: rgb(100,133,57); }

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

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

 span { border-color: rgb(100,133,57); }

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