#659240

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

Shades of Dingley #659240

Tints of Dingley #659240

Color information

#659240 (or 0x659240) is unknown color: approx Dingley. HEX triplet: 65, 92 and 40. RGB value is (101,146,64). Sum of RGB (Red+Green+Blue) = 101+146+64=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 146 - color contains mainly: green. Hex color #659240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659240 is #9A6DBF. Grayscale: #7B7B7B. Windows color (decimal): -10120640 or 4231781. OLE color: 4231781.

HSL color Cylindrical-coordinate representation of color #659240: hue angle of 92.93º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #659240 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB10114664-
CMYK0.3100.560.43
HSL92.93º39.05%41.18%-
HSV(B)92.93º56.16%57.25%-
XYZ16.5723.698.55-
YUV123.294.59112.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.48%
GREEN value IS 146 (57.42% from 255) = 46.95%
BLUE value IS 64 (25.39% from 255) = 20.58%
R=32.48%
G=46.95%
B=20.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal101146640.3100.560.4392.9339.0541.18
Hex6592401F0382B5d2729
Octal14522210037070531354751
Binary11001011001001010000001111101110001010111011101100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659240; }

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

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

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

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

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

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

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

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