#658544

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

Shades of Dingley #658544

Tints of Dingley #658544

Color information

#658544 (or 0x658544) is unknown color: approx Dingley. HEX triplet: 65, 85 and 44. RGB value is (101,133,68). Sum of RGB (Red+Green+Blue) = 101+133+68=302 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.44% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #658544 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658544 is #9A7ABB. Grayscale: #747474. Windows color (decimal): -10123964 or 4490597. OLE color: 4490597.

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

Color convert

RGB10113368-
CMYK0.2400.490.48
HSL89.54º32.34%39.41%-
HSV(B)89.54º48.87%52.16%-
XYZ14.819.968.54-
YUV116.02100.9117.29-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.44%
GREEN value IS 133 (52.34% from 255) = 44.04%
BLUE value IS 68 (26.95% from 255) = 22.52%
R=33.44%
G=44.04%
B=22.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101133680.2400.490.4889.5432.3439.41
Hex65854418031305a2027
Octal14520510430061601324047
Binary11001011000010110001001100001100011100001011010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658544; }

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

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

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

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

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

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

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

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