#658240

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

Shades of Dingley #658240

Tints of Dingley #658240

Color information

#658240 (or 0x658240) is unknown color: approx Dingley. HEX triplet: 65, 82 and 40. RGB value is (101,130,64). Sum of RGB (Red+Green+Blue) = 101+130+64=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #658240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658240 is #9A7DBF. Grayscale: #727272. Windows color (decimal): -10124736 or 4227685. OLE color: 4227685.

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

Color convert

RGB10113064-
CMYK0.2200.510.49
HSL86.36º34.02%38.04%-
HSV(B)86.36º50.77%50.98%-
XYZ14.2719.17.79-
YUV113.899.89118.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.24%
GREEN value IS 130 (51.17% from 255) = 44.07%
BLUE value IS 64 (25.39% from 255) = 21.69%
R=34.24%
G=44.07%
B=21.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101130640.2200.510.4986.3634.0238.04
Hex6582401603331562226
Octal14520210026063611264246
Binary11001011000001010000001011001100111100011010110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658240; }

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

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

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

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

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

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

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

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