#658048

Color #658048 Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #658048

Tints of Dingley #658048

Color information

#658048 (or 0x658048) is unknown color: approx 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

RGB10112872-
CMYK0.2100.440.50
HSL88.93º28%39.22%-
HSV(B)88.93º43.75%50.2%-
XYZ14.2618.678.98-
YUV113.54104.55119.05-

RGB Variations

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

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 (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal101128720.2100.440.5088.932839.22
Hex6580481502C32591c27
Octal14520011025054621313447
Binary1100101100000001001000101010101100110010101100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>