#648139

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

Shades of Dingley #648139

Tints of Dingley #648139

Color information

#648139 (or 0x648139) is unknown color: approx Dingley. HEX triplet: 64, 81 and 39. RGB value is (100,129,57). Sum of RGB (Red+Green+Blue) = 100+129+57=286 (37% of max value = 765). Red value is 100 (39.45% from 255 or 34.97% from 286); Green value is 129 (50.78% from 255 or 45.10% from 286); Blue value is 57 (22.66% from 255 or 19.93% from 286); Max value from RGB is 129 - color contains mainly: green. Hex color #648139 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648139 is #9B7EC6. Grayscale: #707070. Windows color (decimal): -10190535 or 3768676. OLE color: 3768676.

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

Color convert

RGB10012957-
CMYK0.2200.560.49
HSL84.17º38.71%36.47%-
HSV(B)84.17º55.81%50.59%-
XYZ13.8418.716.75-
YUV112.1296.89119.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.97%
GREEN value IS 129 (50.78% from 255) = 45.10%
BLUE value IS 57 (22.66% from 255) = 19.93%
R=34.97%
G=45.10%
B=19.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100129570.2200.560.4984.1738.7136.47
Hex6481391603831542724
Octal1442017126070611244744
Binary1100100100000011110011011001110001100011010100100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648139; }

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

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

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

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

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

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

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

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