#659244

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

Shades of Dingley #659244

Tints of Dingley #659244

Color information

#659244 (or 0x659244) is unknown color: approx Dingley. HEX triplet: 65, 92 and 44. RGB value is (101,146,68). Sum of RGB (Red+Green+Blue) = 101+146+68=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 146 - color contains mainly: green. Hex color #659244 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659244 is #9A6DBB. Grayscale: #7B7B7B. Windows color (decimal): -10120636 or 4493925. OLE color: 4493925.

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

Color convert

RGB10114668-
CMYK0.3100.530.43
HSL94.62º36.45%41.96%-
HSV(B)94.62º53.42%57.25%-
XYZ16.6923.749.17-
YUV123.6596.59111.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.06%
GREEN value IS 146 (57.42% from 255) = 46.35%
BLUE value IS 68 (26.95% from 255) = 21.59%
R=32.06%
G=46.35%
B=21.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal101146680.3100.530.4394.6236.4541.96
Hex6592441F0352B5f242a
Octal14522210437065531374452
Binary11001011001001010001001111101101011010111011111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659244; }

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

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

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

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

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

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

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

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