Html Css Color HEX #659040 Dingley

📋 copy color: '#659040'

red 101 ◦ green 144 ◦ blue 64

#659040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dingley #659040

Tints of Dingley #659040

RGB

 RED value IS 101 (39.84% from 255) = 32.69%

 GREEN value IS 144 (56.64% from 255) = 46.6%

 BLUE value IS 64 (25.39% from 255) = 20.71%

R = 32.69%
G = 46.6%
B = 20.71%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#659040 (or 0x659040) is known color: Dingley. HEX triplet: 65, 90 and 40. RGB value is (101,144,64). Sum of RGB (Red+Green+Blue) = 101+144+64=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 144 - color contains mainly: green. Hex color #659040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659040 is #9A6FBF. Grayscale: #7A7A7A. Windows color (decimal): -10121152 or 4231269. OLE color: 4231269.

HSL color Cylindrical-coordinate representation of color #659040: hue angle of 92.25º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #659040 is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 144 64 -
CMYK 0.30 0 0.56 0.44
HSL 92.25º 0.38% 0.41% -
HSV(B) 92.25º 0.56% 0.56% -
XYZ 16.27 23.08 8.45 -
YUV 122.02 95.25 113 -
System Red Green Blue C M Y K H S L
Decimal 101 144 64 0.30 0 0.56 0.44 92.25 0.38 0.41
Hex 65 90 40 1E 0 38 2C 5C 26 29
Octal 145 220 100 36 0 70 54 134 46 51
Binary 1100101 10010000 1000000 11110 0 111000 101100 1011100 100110 101001

Color Harmonies of #659040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659040

Black with #659040

Text Example


Text Example

White with #659040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659040; }

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

 H1.HeaderClassName
 {
   color: #659040;
 }
 .AnyTagClassName
 {
   color: #659040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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