#658140

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

Shades of Dingley #658140

Tints of Dingley #658140

Color information

#658140 (or 0x658140) is unknown color: approx Dingley. HEX triplet: 65, 81 and 40. RGB value is (101,129,64). Sum of RGB (Red+Green+Blue) = 101+129+64=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 129 - color contains mainly: green. Hex color #658140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658140 is #9A7EBF. Grayscale: #717171. Windows color (decimal): -10124992 or 4227429. OLE color: 4227429.

HSL color Cylindrical-coordinate representation of color #658140: hue angle of 85.85º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #658140 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB10112964-
CMYK0.2200.500.49
HSL85.85º33.68%37.84%-
HSV(B)85.85º50.39%50.59%-
XYZ14.1418.847.74-
YUV113.22100.22119.29-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.35%
GREEN value IS 129 (50.78% from 255) = 43.88%
BLUE value IS 64 (25.39% from 255) = 21.77%
R=34.35%
G=43.88%
B=21.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101129640.2200.500.4985.8533.6837.84
Hex6581401603231562226
Octal14520110026062611264246
Binary11001011000000110000001011001100101100011010110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658140; }

 p { color: rgb(101,129,64); }

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

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

 a { background-color: rgb(101,129,64); }

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

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

 span { border-color: rgb(101,129,64); }

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