Html Css Color HEX #659140 Dingley

📋 copy color: '#659140'

red 101 ◦ green 145 ◦ blue 64

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

Shades of Dingley #659140

Tints of Dingley #659140

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.77%

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

R = 32.58%
G = 46.77%
B = 20.65%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#659140 (or 0x659140) is known color: Dingley. HEX triplet: 65, 91 and 40. RGB value is (101,145,64). Sum of RGB (Red+Green+Blue) = 101+145+64=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #659140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659140 is #9A6EBF. Grayscale: #7A7A7A. Windows color (decimal): -10120896 or 4231525. OLE color: 4231525.

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

Color convert

RGB 101 145 64 -
CMYK 0.30 0 0.56 0.43
HSL 92.59º 0.39% 0.41% -
HSV(B) 92.59º 0.56% 0.57% -
XYZ 16.42 23.39 8.5 -
YUV 122.61 94.92 112.59 -
System Red Green Blue C M Y K H S L
Decimal 101 145 64 0.30 0 0.56 0.43 92.59 0.39 0.41
Hex 65 91 40 1E 0 38 2B 5D 27 29
Octal 145 221 100 36 0 70 53 135 47 51
Binary 1100101 10010001 1000000 11110 0 111000 101011 1011101 100111 101001

Color Harmonies of #659140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659140

Black with #659140

Text Example


Text Example

White with #659140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659140; }

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

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

background-color css

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

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

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

border-color css

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

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

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