#658547

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

Shades of Dingley #658547

Tints of Dingley #658547

Color information

#658547 (or 0x658547) is unknown color: approx Dingley. HEX triplet: 65, 85 and 47. RGB value is (101,133,71). Sum of RGB (Red+Green+Blue) = 101+133+71=305 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.11% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 133 - color contains mainly: green. Hex color #658547 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658547 is #9A7AB8. Grayscale: #747474. Windows color (decimal): -10123961 or 4687205. OLE color: 4687205.

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

Color convert

RGB10113371-
CMYK0.2400.470.48
HSL90.97º30.39%40%-
HSV(B)90.97º46.62%52.16%-
XYZ14.89209.04-
YUV116.36102.4117.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.11%
GREEN value IS 133 (52.34% from 255) = 43.61%
BLUE value IS 71 (28.12% from 255) = 23.28%
R=33.11%
G=43.61%
B=23.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101133710.2400.470.4890.9730.3940
Hex6585471802F305b1e28
Octal14520510730057601333650
Binary1100101100001011000111110000101111110000101101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658547; }

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

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

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

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

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

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

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

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