#658549

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

Shades of Dingley #658549

Tints of Dingley #658549

Color information

#658549 (or 0x658549) is unknown color: approx Dingley. HEX triplet: 65, 85 and 49. RGB value is (101,133,73). Sum of RGB (Red+Green+Blue) = 101+133+73=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 133 - color contains mainly: green. Hex color #658549 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658549 is #9A7AB6. Grayscale: #747474. Windows color (decimal): -10123959 or 4818277. OLE color: 4818277.

HSL color Cylindrical-coordinate representation of color #658549: hue angle of 92º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #658549 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB10113373-
CMYK0.2400.450.48
HSL92º29.13%40.39%-
HSV(B)92º45.11%52.16%-
XYZ14.9620.029.38-
YUV116.59103.4116.88-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.90%
GREEN value IS 133 (52.34% from 255) = 43.32%
BLUE value IS 73 (28.91% from 255) = 23.78%
R=32.90%
G=43.32%
B=23.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101133730.2400.450.489229.1340.39
Hex6585491802D305c1d28
Octal14520511130055601343550
Binary1100101100001011001001110000101101110000101110011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658549; }

 p { color: rgb(101,133,73); }

 H1.HeaderClassName
 {
   color: #658549;
 }
 .AnyTagClassName
 {
   color: #658549;
 }
</style>
background-color css

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

 a { background-color: rgb(101,133,73); }

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

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

 span { border-color: rgb(101,133,73); }

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