Html Css Color HEX #659541 Dingley

📋 copy color: '#659541'

red 101 ◦ green 149 ◦ blue 65

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

Shades of Dingley #659541

Tints of Dingley #659541

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.3%

 BLUE value IS 65 (25.78% from 255) = 20.63%

R = 32.06%
G = 47.3%
B = 20.63%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#659541 (or 0x659541) is known color: Dingley. HEX triplet: 65, 95 and 41. RGB value is (101,149,65). Sum of RGB (Red+Green+Blue) = 101+149+65=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #659541 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659541 is #9A6ABE. Grayscale: #7D7D7D. Windows color (decimal): -10119871 or 4298085. OLE color: 4298085.

HSL color Cylindrical-coordinate representation of color #659541: hue angle of 94.29º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #659541 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 149 65 -
CMYK 0.32 0 0.56 0.42
HSL 94.29º 0.39% 0.42% -
HSV(B) 94.29º 0.56% 0.58% -
XYZ 17.07 24.64 8.86 -
YUV 125.07 94.1 110.83 -
System Red Green Blue C M Y K H S L
Decimal 101 149 65 0.32 0 0.56 0.42 94.29 0.39 0.42
Hex 65 95 41 20 0 38 2A 5E 27 2A
Octal 145 225 101 40 0 70 52 136 47 52
Binary 1100101 10010101 1000001 100000 0 111000 101010 1011110 100111 101010

Color Harmonies of #659541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659541

Black with #659541

Text Example


Text Example

White with #659541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659541; }

 p { color: rgb(101,149,65); }

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

background-color css

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

 a { background-color: rgb(101,149,65); }

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

border-color css

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

 span { border-color: rgb(101,149,65); }

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