#658B48

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

Shades of Dingley #658B48

Tints of Dingley #658B48

Color information

#658B48 (or 0x658B48) is unknown color: approx Dingley. HEX triplet: 65, 8B and 48. RGB value is (101,139,72). Sum of RGB (Red+Green+Blue) = 101+139+72=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 139 (54.69% from 255 or 44.55% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 139 - color contains mainly: green. Hex color #658B48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658B48 is #9A74B7. Grayscale: #787878. Windows color (decimal): -10122424 or 4754277. OLE color: 4754277.

HSL color Cylindrical-coordinate representation of color #658B48: hue angle of 94.03º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #658B48 is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB10113972-
CMYK0.2700.480.45
HSL94.03º31.75%41.37%-
HSV(B)94.03º48.2%54.51%-
XYZ15.7721.79.49-
YUV120100.91114.45-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.37%
GREEN value IS 139 (54.69% from 255) = 44.55%
BLUE value IS 72 (28.52% from 255) = 23.08%
R=32.37%
G=44.55%
B=23.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101139720.2700.480.4594.0331.7541.37
Hex658B481B0302D5e2029
Octal14521311033060551364051
Binary11001011000101110010001101101100001011011011110100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658B48; }

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

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

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

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

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

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

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

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