#658B46

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

Shades of Dingley #658B46

Tints of Dingley #658B46

Color information

#658B46 (or 0x658B46) is unknown color: approx Dingley. HEX triplet: 65, 8B and 46. RGB value is (101,139,70). Sum of RGB (Red+Green+Blue) = 101+139+70=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 139 - color contains mainly: green. Hex color #658B46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658B46 is #9A74B9. Grayscale: #787878. Windows color (decimal): -10122426 or 4623205. OLE color: 4623205.

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

Color convert

RGB10113970-
CMYK0.2700.500.45
HSL93.04º33.01%40.98%-
HSV(B)93.04º49.64%54.51%-
XYZ15.721.679.15-
YUV119.7799.91114.61-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.58%
GREEN value IS 139 (54.69% from 255) = 44.84%
BLUE value IS 70 (27.73% from 255) = 22.58%
R=32.58%
G=44.84%
B=22.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101139700.2700.500.4593.0433.0140.98
Hex658B461B0322D5d2129
Octal14521310633062551354151
Binary11001011000101110001101101101100101011011011101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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