#659241

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

Shades of Dingley #659241

Tints of Dingley #659241

Color information

#659241 (or 0x659241) is unknown color: approx Dingley. HEX triplet: 65, 92 and 41. RGB value is (101,146,65). Sum of RGB (Red+Green+Blue) = 101+146+65=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 146 - color contains mainly: green. Hex color #659241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659241 is #9A6DBE. Grayscale: #7B7B7B. Windows color (decimal): -10120639 or 4297317. OLE color: 4297317.

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

Color convert

RGB10114665-
CMYK0.3100.550.43
HSL93.33º38.39%41.37%-
HSV(B)93.33º55.48%57.25%-
XYZ16.623.718.7-
YUV123.3195.09112.09-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.37%
GREEN value IS 146 (57.42% from 255) = 46.79%
BLUE value IS 65 (25.78% from 255) = 20.83%
R=32.37%
G=46.79%
B=20.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal101146650.3100.550.4393.3338.3941.37
Hex6592411F0372B5d2629
Octal14522210137067531354651
Binary11001011001001010000011111101101111010111011101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659241; }

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

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

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

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

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

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

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

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