Html Css Color HEX #658041 Dingley

📋 copy color: '#658041'

red 101 ◦ green 128 ◦ blue 65

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

Shades of Dingley #658041

Tints of Dingley #658041

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.54%

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

R = 34.35%
G = 43.54%
B = 22.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#658041 (or 0x658041) is known color: Dingley. HEX triplet: 65, 80 and 41. RGB value is (101,128,65). Sum of RGB (Red+Green+Blue) = 101+128+65=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 128 - color contains mainly: green. Hex color #658041 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658041 is #9A7FBE. Grayscale: #707070. Windows color (decimal): -10125247 or 4292709. OLE color: 4292709.

HSL color Cylindrical-coordinate representation of color #658041: hue angle of 85.71º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #658041 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.50.

Color convert

RGB 101 128 65 -
CMYK 0.21 0 0.49 0.50
HSL 85.71º 0.33% 0.38% -
HSV(B) 85.71º 0.49% 0.5% -
XYZ 14.04 18.59 7.85 -
YUV 112.75 101.05 119.62 -
System Red Green Blue C M Y K H S L
Decimal 101 128 65 0.21 0 0.49 0.50 85.71 0.33 0.38
Hex 65 80 41 15 0 31 32 56 21 26
Octal 145 200 101 25 0 61 62 126 41 46
Binary 1100101 10000000 1000001 10101 0 110001 110010 1010110 100001 100110

Color Harmonies of #658041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658041

Black with #658041

Text Example


Text Example

White with #658041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658041; }

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

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

background-color css

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

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

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

border-color css

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

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

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