Html Css Color HEX #658240 Dingley

📋 copy color: '#658240'

red 101 ◦ green 130 ◦ blue 64

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

Shades of Dingley #658240

Tints of Dingley #658240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.07%

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

R = 34.24%
G = 44.07%
B = 21.69%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#658240 (or 0x658240) is known color: Dingley. HEX triplet: 65, 82 and 40. RGB value is (101,130,64). Sum of RGB (Red+Green+Blue) = 101+130+64=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #658240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658240 is #9A7DBF. Grayscale: #727272. Windows color (decimal): -10124736 or 4227685. OLE color: 4227685.

HSL color Cylindrical-coordinate representation of color #658240: hue angle of 86.36º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #658240 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 130 64 -
CMYK 0.22 0 0.51 0.49
HSL 86.36º 0.34% 0.38% -
HSV(B) 86.36º 0.51% 0.51% -
XYZ 14.27 19.1 7.79 -
YUV 113.81 99.89 118.87 -
System Red Green Blue C M Y K H S L
Decimal 101 130 64 0.22 0 0.51 0.49 86.36 0.34 0.38
Hex 65 82 40 16 0 33 31 56 22 26
Octal 145 202 100 26 0 63 61 126 42 46
Binary 1100101 10000010 1000000 10110 0 110011 110001 1010110 100010 100110

Color Harmonies of #658240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658240

Black with #658240

Text Example


Text Example

White with #658240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658240; }

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

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

background-color css

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

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

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

border-color css

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

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

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