#659245

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

Shades of Dingley #659245

Tints of Dingley #659245

Color information

#659245 (or 0x659245) is unknown color: approx Dingley. HEX triplet: 65, 92 and 45. RGB value is (101,146,69). Sum of RGB (Red+Green+Blue) = 101+146+69=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 146 - color contains mainly: green. Hex color #659245 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659245 is #9A6DBA. Grayscale: #7C7C7C. Windows color (decimal): -10120635 or 4559461. OLE color: 4559461.

HSL color Cylindrical-coordinate representation of color #659245: hue angle of 95.06º 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 #659245 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.43.

Color convert

RGB10114669-
CMYK0.3100.530.43
HSL95.06º35.81%42.16%-
HSV(B)95.06º52.74%57.25%-
XYZ16.7223.759.33-
YUV123.7797.09111.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.96%
GREEN value IS 146 (57.42% from 255) = 46.20%
BLUE value IS 69 (27.34% from 255) = 21.84%
R=31.96%
G=46.20%
B=21.84%

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
Decimal101146690.3100.530.4395.0635.8142.16
Hex6592451F0352B5f242a
Octal14522210537065531374452
Binary11001011001001010001011111101101011010111011111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659245; }

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

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

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

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

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

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

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

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