Html Css Color HEX #658048 Dingley

📋 copy color: '#658048'

red 101 ◦ green 128 ◦ blue 72

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

Shades of Dingley #658048

Tints of Dingley #658048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.92%

R = 33.55%
G = 42.52%
B = 23.92%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.44

 K value IS 0.50

RGB Variations

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

Color information

#658048 (or 0x658048) is known color: Dingley. HEX triplet: 65, 80 and 48. RGB value is (101,128,72). Sum of RGB (Red+Green+Blue) = 101+128+72=301 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.55% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 128 - color contains mainly: green. Hex color #658048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658048 is #9A7FB7. Grayscale: #717171. Windows color (decimal): -10125240 or 4751461. OLE color: 4751461.

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

Color convert

RGB 101 128 72 -
CMYK 0.21 0 0.44 0.50
HSL 88.93º 0.28% 0.39% -
HSV(B) 88.93º 0.44% 0.5% -
XYZ 14.26 18.67 8.98 -
YUV 113.54 104.55 119.05 -
System Red Green Blue C M Y K H S L
Decimal 101 128 72 0.21 0 0.44 0.50 88.93 0.28 0.39
Hex 65 80 48 15 0 2C 32 59 1C 27
Octal 145 200 110 25 0 54 62 131 34 47
Binary 1100101 10000000 1001000 10101 0 101100 110010 1011001 11100 100111

Color Harmonies of #658048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658048

Black with #658048

Text Example


Text Example

White with #658048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658048; }

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

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

background-color css

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

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

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

border-color css

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

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

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