Html Css Color HEX #659240 Dingley

📋 copy color: '#659240'

red 101 ◦ green 146 ◦ blue 64

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

Shades of Dingley #659240

Tints of Dingley #659240

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.95%

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

R = 32.48%
G = 46.95%
B = 20.58%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#659240 (or 0x659240) is known color: Dingley. HEX triplet: 65, 92 and 40. RGB value is (101,146,64). Sum of RGB (Red+Green+Blue) = 101+146+64=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 146 - color contains mainly: green. Hex color #659240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659240 is #9A6DBF. Grayscale: #7B7B7B. Windows color (decimal): -10120640 or 4231781. OLE color: 4231781.

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

Color convert

RGB 101 146 64 -
CMYK 0.31 0 0.56 0.43
HSL 92.93º 0.39% 0.41% -
HSV(B) 92.93º 0.56% 0.57% -
XYZ 16.57 23.69 8.55 -
YUV 123.2 94.59 112.17 -
System Red Green Blue C M Y K H S L
Decimal 101 146 64 0.31 0 0.56 0.43 92.93 0.39 0.41
Hex 65 92 40 1F 0 38 2B 5D 27 29
Octal 145 222 100 37 0 70 53 135 47 51
Binary 1100101 10010010 1000000 11111 0 111000 101011 1011101 100111 101001

Color Harmonies of #659240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659240

Black with #659240

Text Example


Text Example

White with #659240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659240; }

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

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

background-color css

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

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

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

border-color css

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

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

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